mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
14 lines
318 B
CMake
14 lines
318 B
CMake
set(TEST_SOURCES
|
|
TestDisplayNames.cpp
|
|
TestEmoji.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()
|