diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2015-10-08 16:54:30 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-10-08 17:02:50 -0400 |
commit | 02018629a1397d03eccceacaf2ee1c50e3c4001c (patch) | |
tree | 0f95b42b1f82b2a95baebc4f6c8576881bc2d9f3 /string/Makefile | |
parent | 87701a58e291bd7ac3b407d10a829dac52c9c16e (diff) | |
download | glibc-02018629a1397d03eccceacaf2ee1c50e3c4001c.tar.gz glibc-02018629a1397d03eccceacaf2ee1c50e3c4001c.tar.xz glibc-02018629a1397d03eccceacaf2ee1c50e3c4001c.zip |
strcoll: Add bug-strcoll2 to testsuite (Bug 18589).
Adds bug-strcoll2 to the string tests, along with the generation of required locales.
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/string/Makefile b/string/Makefile index c543159afd..616fdeccdb 100644 --- a/string/Makefile +++ b/string/Makefile @@ -54,7 +54,7 @@ tests := tester inl-tester noinl-tester testcopy test-ffs \ tst-strtok tst-strxfrm bug-strcoll1 tst-strfry \ bug-strtok1 $(addprefix test-,$(strop-tests)) \ bug-envz1 tst-strxfrm2 tst-endian tst-svc2 \ - tst-strtok_r + tst-strtok_r bug-strcoll2 xtests = tst-strcoll-overflow @@ -77,7 +77,8 @@ $(objpfx)tst-svc-cmp.out: tst-svc.expect $(objpfx)tst-svc.out $(evaluate-test) LOCALES := de_DE.UTF-8 en_US.ISO-8859-1 en_US.UTF-8 \ - tr_TR.ISO-8859-9 tr_TR.UTF-8 + tr_TR.ISO-8859-9 tr_TR.UTF-8 cs_CZ.UTF-8 \ + da_DK.ISO-8859-1 include ../gen-locales.mk $(objpfx)test-strcasecmp.out: $(gen-locales) |