Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 22 Aug 2000 08:00:17 +0000 (08:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 22 Aug 2000 08:00:17 +0000 (08:00 +0000)
* Makefile (test-input): Add da_DK and hr_HR sorting tests.

* sort-test.sh: Improve error handling by printing more information.

localedata/ChangeLog
localedata/Makefile

index d18aa00..8bfdf48 100644 (file)
@@ -1,5 +1,9 @@
 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
 
+       * Makefile (test-input): Add da_DK and hr_HR sorting tests.
+
+       * sort-test.sh: Improve error handling by printing more information.
+
        * locales/ar_AE: New file.
        * locales/ar_BH: New file.
        * locales/ar_DZ: New file.
index 0c27303..279ea2e 100644 (file)
@@ -44,9 +44,8 @@ vpath %.h tests-mbwc
 test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch tst-trans \
             tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 \
             tst-ctype tst-wctype tst-langinfo
-#test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1 \
-#            hr_HR.ISO-8859-2 # once it is fixed: cs_CZ.ISO-8859-2
-test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1
+test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1 da_DK.ISO-8859-1 \
+             hr_HR.ISO-8859-2
 test-input-data = $(addsuffix .in, $(basename $(test-input)))
 test-output := $(foreach s, .out .xout, \
                         $(addsuffix $s, $(basename $(test-input))))
@@ -119,7 +118,8 @@ CFLAGS-tst-trans.c = -Wno-format
 ifeq (no,$(cross-compiling))
 # We have to generate locales
 LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
-          en_US.ISO-8859-1 ja_JP.EUC-JP
+          en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \
+          hr_HR.ISO-8859-2
 LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g')
 CHARMAPS := $(shell echo "$(LOCALES)"|sed 's/[^ .]*[.]\([^ ]*\)/\1/g')
 CTYPE_FILES = $(addsuffix /LC_CTYPE,$(LOCALES))