summaryrefslogtreecommitdiffstats
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-06-24 01:24:11 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-06-24 01:57:30 +0200
commitd9c72e54190db2a0845d1558b5beb734e9f629ff (patch)
treeac41ae6cdf6fcca79ab1f87a1c88b355831bf0e2 /src/test/meson.build
parentbasic/utf8: make utf8_encoded_to_unichar() return length of the codepoint (diff)
downloadsystemd-d9c72e54190db2a0845d1558b5beb734e9f629ff.tar.xz
systemd-d9c72e54190db2a0845d1558b5beb734e9f629ff.zip
test-gunicode: add new test to show that unichar_iswide() is borked
I discovered this while looking at the tests with wide characters in the next patch. It's something to fix, but not directly relevant to the issue of skipping ANSI in ellipsization. We will generate output that is wider than expected in some cases, but wide characters are used very rarely so this isn't such a big problem.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index b57ba23539..ab0f091756 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -93,6 +93,7 @@ simple_tests += files(
'test-fstab-util.c',
'test-glob-util.c',
'test-gpt.c',
+ 'test-gunicode.c',
'test-hash-funcs.c',
'test-hexdecoct.c',
'test-hmac.c',