serenity/Tests/Utilities/CMakeLists.txt

10 lines
163 B
CMake
Raw Normal View History

set(TEST_SOURCES
TestSed.cpp
TestPatch.cpp
TestUniq.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" Utilities)
endforeach()