mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 15:40:28 +00:00
13 lines
300 B
CMake
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)
|
|
ladybird_test("${source}" LibUnicode LIBS LibUnicode)
|
|
endforeach()
|