about summary refs log tree commit diff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorDragan Stanojević - Nevidljivi <invisible@hidden-city.net>2017-11-30 10:02:55 +0100
committerMike FABIAN <mfabian@redhat.com>2017-11-30 14:55:38 +0100
commit9ca6b343783236fda88e9712f29b46ec875d4156 (patch)
treeb7241fde4233ab9a03d0fedce9ad1ab198e5607b /localedata/Makefile
parent37075ae18d10802b9d62db3fbc910b30e01398d4 (diff)
downloadglibc-9ca6b343783236fda88e9712f29b46ec875d4156.tar.gz
glibc-9ca6b343783236fda88e9712f29b46ec875d4156.tar.xz
glibc-9ca6b343783236fda88e9712f29b46ec875d4156.zip
Add test case for collation in hr_HR locale
	* localedata/Makefile: Add hr_HR.UTF-8 to test-input and to
	the list of locales to built for testing.
	* localedata/hr_HR.UTF-8.in: New file.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index f8ca4041be..a5e7b054e6 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -38,7 +38,7 @@ test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch tst-trans \
 test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1 da_DK.ISO-8859-1 \
 	      hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 tr_TR.UTF-8 fr_FR.UTF-8 \
 	      si_LK.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \
-	      pl_PL.UTF-8 cs_CZ.UTF-8 fr_CA.UTF-8
+	      pl_PL.UTF-8 cs_CZ.UTF-8 fr_CA.UTF-8 hr_HR.UTF-8
 test-input-data = $(addsuffix .in, $(test-input))
 test-output := $(foreach s, .out .xout, \
 			 $(addsuffix $s, $(basename $(test-input))))
@@ -108,7 +108,7 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
 	   nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 tr_TR.UTF-8 cs_CZ.UTF-8 \
 	   zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \
 	   tr_TR.ISO-8859-9 en_GB.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \
-	   pl_PL.UTF-8 fr_CA.UTF-8
+	   pl_PL.UTF-8 fr_CA.UTF-8 hr_HR.UTF-8
 include ../gen-locales.mk
 endif