mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
	
		
			718 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
	
		
			718 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     TestAbort.cpp
 | |
|     TestAssert.cpp
 | |
|     TestIo.cpp
 | |
|     TestLibCExec.cpp
 | |
|     TestLibCDirEnt.cpp
 | |
|     TestLibCInodeWatcher.cpp
 | |
|     TestLibCMkTemp.cpp
 | |
|     TestLibCSetjmp.cpp
 | |
|     TestLibCString.cpp
 | |
|     TestLibCTime.cpp
 | |
|     TestMalloc.cpp
 | |
|     TestMemmem.cpp
 | |
|     TestMkDir.cpp
 | |
|     TestQsort.cpp
 | |
|     TestRaise.cpp
 | |
|     TestRealpath.cpp
 | |
|     TestScanf.cpp
 | |
|     TestSearch.cpp
 | |
|     TestSnprintf.cpp
 | |
|     TestStackSmash.cpp
 | |
|     TestStdio.cpp
 | |
|     TestStrlcpy.cpp
 | |
|     TestStrtodAccuracy.cpp
 | |
|     TestWchar.cpp
 | |
|     TestWctype.cpp
 | |
| )
 | |
| 
 | |
| set_source_files_properties(TestStrtodAccuracy.cpp PROPERTIES COMPILE_FLAGS "-fno-builtin-strtod")
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibC)
 | |
| endforeach()
 | 
