mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
8 lines
170 B
CMake
8 lines
170 B
CMake
set(TEST_SOURCES
|
|
TestNoCrash.cpp
|
|
TestGenerator.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibSQL LIBS LibSQL LibIPC)
|
|
endforeach()
|