ladybird/Tests/LibUnicode/CMakeLists.txt
2024-06-18 21:07:56 +02:00

12 lines
256 B
CMake

set(TEST_SOURCES
TestEmoji.cpp
TestIDNA.cpp
TestSegmentation.cpp
TestUnicodeCharacterTypes.cpp
TestUnicodeNormalization.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibUnicode LIBS LibUnicode)
endforeach()