mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
6 lines
152 B
Text
6 lines
152 B
Text
|
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
||
|
|
||
|
foreach(source ${TEST_SOURCES})
|
||
|
serenity_test(${source} LibUnicode LIBS LibUnicode)
|
||
|
endforeach()
|