diff options
author | Florian Weimer <fweimer@redhat.com> | 2023-11-20 16:03:11 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-11-20 16:03:11 +0100 |
commit | c52c2c32db15aba8bbe1a0b4d3235f97d9c1a525 (patch) | |
tree | 1d9891aa35c97fc8c8add1f338113b11b07b0b82 /intl/Makefile | |
parent | f2aaf18af50109b0982723bdf4e0a3bca2f8d3d6 (diff) | |
download | glibc-c52c2c32db15aba8bbe1a0b4d3235f97d9c1a525.tar glibc-c52c2c32db15aba8bbe1a0b4d3235f97d9c1a525.tar.gz glibc-c52c2c32db15aba8bbe1a0b4d3235f97d9c1a525.tar.bz2 glibc-c52c2c32db15aba8bbe1a0b4d3235f97d9c1a525.zip |
intl: Add test case for bug 16621
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/intl/Makefile b/intl/Makefile index d7223256eb..a6dd138dad 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -32,7 +32,10 @@ test-srcs := tst-gettext tst-translit tst-gettext2 tst-codeset tst-gettext3 ifeq ($(have-thread-library),yes) test-srcs += $(multithread-test-srcs) endif -tests = tst-ngettext +tests = \ + tst-gettext-c-utf8 \ + tst-ngettext \ + # tests before-compile += $(objpfx)msgs.h @@ -117,6 +120,7 @@ $(objpfx)tst-gettext3.out: $(gen-locales) $(objpfx)tst-gettext4.out: $(gen-locales) $(objpfx)tst-gettext5.out: $(gen-locales) $(objpfx)tst-gettext6.out: $(gen-locales) +$(objpfx)tst-gettext-c-utf8.out: $(gen-locales) $(objpfx)tst-translit.out: $(gen-locales) endif |