mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
9 lines
146 B
CMake
9 lines
146 B
CMake
set(TEST_SOURCES
|
|
TestSed.cpp
|
|
TestPatch.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" Utilities)
|
|
endforeach()
|