mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 16:55:09 +00:00
8 lines
146 B
CMake
8 lines
146 B
CMake
set(TEST_SOURCES
|
|
TestSed.cpp
|
|
TestPatch.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" Utilities)
|
|
endforeach()
|