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