about summary refs log tree commit diff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-22 08:00:17 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-22 08:00:17 +0000
commit081e43f28bf7619566d6b1ea6af3c2da2a5307c6 (patch)
tree68a1e9519f844cbdf62bef4e0f67f6511d2aa44b /localedata/Makefile
parenta9397b86492cb84c4a042772b6e87f69983a7d6a (diff)
downloadglibc-081e43f28bf7619566d6b1ea6af3c2da2a5307c6.tar.gz
glibc-081e43f28bf7619566d6b1ea6af3c2da2a5307c6.tar.xz
glibc-081e43f28bf7619566d6b1ea6af3c2da2a5307c6.zip
Update.
	* Makefile (test-input): Add da_DK and hr_HR sorting tests.

	* sort-test.sh: Improve error handling by printing more information.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index 0c27303f8f..279ea2e0b6 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -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))