16 lines
		
	
	
		
			228 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			228 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| test(
 | |
|   'TestFs',
 | |
|   executable(
 | |
|     'TestFs',
 | |
|     'TestGlob.cxx',
 | |
|     'TestLookupFile.cxx',
 | |
|     'TestPath.cxx',
 | |
|     include_directories: inc,
 | |
|     dependencies: [
 | |
|       fs_dep,
 | |
|       gtest_dep,
 | |
|     ],
 | |
|   ),
 | |
|   protocol: 'gtest',
 | |
| )
 | 
