2021-04-28 19:05:23 -07:00
|
|
|
set(TEST_SOURCES
|
2021-09-01 04:40:46 -06:00
|
|
|
TestIo.cpp
|
|
|
|
TestLibCExec.cpp
|
|
|
|
TestLibCDirEnt.cpp
|
|
|
|
TestLibCInodeWatcher.cpp
|
|
|
|
TestLibCMkTemp.cpp
|
|
|
|
TestLibCSetjmp.cpp
|
|
|
|
TestLibCString.cpp
|
|
|
|
TestLibCTime.cpp
|
|
|
|
TestMemmem.cpp
|
|
|
|
TestQsort.cpp
|
|
|
|
TestRealpath.cpp
|
|
|
|
TestScanf.cpp
|
|
|
|
TestSnprintf.cpp
|
|
|
|
TestStackSmash.cpp
|
|
|
|
TestStrlcpy.cpp
|
|
|
|
TestStrtodAccuracy.cpp
|
2021-04-28 19:05:23 -07:00
|
|
|
)
|
|
|
|
|
2021-09-01 04:40:46 -06:00
|
|
|
set_source_files_properties(TestStrtodAccuracy.cpp PROPERTIES COMPILE_FLAGS "-fno-builtin-strtod")
|
2020-08-01 21:18:32 +02:00
|
|
|
|
2021-09-01 04:40:46 -06:00
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
|
|
serenity_test("${source}" LibC)
|
2021-04-28 19:05:23 -07:00
|
|
|
endforeach()
|