ladybird/Tests/LibTest/CMakeLists.txt

9 lines
149 B
CMake
Raw Normal View History

2021-12-15 02:47:43 +03:00
set(TEST_SOURCES
TestNoCrash.cpp
TestGenerator.cpp
2021-12-15 02:47:43 +03:00
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" Test)
2021-12-15 02:47:43 +03:00
endforeach()