mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
6d7d9dd324
The generator parses metaZones.json to form a mapping of meta zones to time zones (AKA "golden zone" in TR-35). This parser errantly assumed this was a 1-to-1 mapping.
12 lines
320 B
CMake
12 lines
320 B
CMake
set(TEST_SOURCES
|
|
TestUnicodeCharacterTypes.cpp
|
|
TestUnicodeDateTimeFormat.cpp
|
|
TestUnicodeLocale.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibUnicode LIBS LibUnicode)
|
|
|
|
get_filename_component(target "${source}" NAME_WLE)
|
|
link_with_unicode_data("${target}")
|
|
endforeach()
|