mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	 c7e963edde
			
		
	
	
		c7e963edde
		
	
	
	
	
		
			
			This makes the path consistent with Lagom in the next commit, so that the test binary doesn't need special cases for the two platforms.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     TestFLACSpec.cpp
 | |
| )
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibAudio LIBS LibAudio)
 | |
| endforeach()
 | |
| 
 | |
| install(DIRECTORY ${FLAC_SPEC_TEST_PATH} DESTINATION usr/Tests/LibAudio/FLAC)
 |