mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 15:40:28 +00:00
8 lines
149 B
CMake
8 lines
149 B
CMake
set(TEST_SOURCES
|
|
TestNoCrash.cpp
|
|
TestGenerator.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" Test)
|
|
endforeach()
|