mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
9 lines
149 B
CMake
9 lines
149 B
CMake
set(TEST_SOURCES
|
|
TestNoCrash.cpp
|
|
TestGenerator.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" Test)
|
|
endforeach()
|