2021-09-02 05:44:24 +00:00
|
|
|
set(TEST_SOURCES
|
2024-06-23 13:14:27 +00:00
|
|
|
TestDisplayNames.cpp
|
2023-02-23 13:33:22 +00:00
|
|
|
TestEmoji.cpp
|
2023-06-15 19:57:13 +00:00
|
|
|
TestIDNA.cpp
|
2024-06-23 13:14:27 +00:00
|
|
|
TestLocale.cpp
|
|
|
|
TestSegmenter.cpp
|
2024-06-24 14:17:32 +00:00
|
|
|
TestTimeZone.cpp
|
2021-09-02 05:44:24 +00:00
|
|
|
TestUnicodeCharacterTypes.cpp
|
2022-10-04 22:41:56 +00:00
|
|
|
TestUnicodeNormalization.cpp
|
2021-09-02 05:44:24 +00:00
|
|
|
)
|
2021-07-25 19:10:51 +00:00
|
|
|
|
2021-09-02 05:44:24 +00:00
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
|
|
serenity_test("${source}" LibUnicode LIBS LibUnicode)
|
2021-07-25 19:10:51 +00:00
|
|
|
endforeach()
|