1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00
ladybird/Tests/LibUnicode/CMakeLists.txt
2024-09-06 15:42:33 -04:00

13 lines
300 B
CMake

set(TEST_SOURCES
TestDisplayNames.cpp
TestIDNA.cpp
TestLocale.cpp
TestSegmenter.cpp
TestTimeZone.cpp
TestUnicodeCharacterTypes.cpp
TestUnicodeNormalization.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibUnicode LIBS LibUnicode)
endforeach()