about summary refs log tree commit diff
path: root/time/Makefile
diff options
context:
space:
mode:
authorTAMUKI Shoichi <tamuki@linet.gr.jp>2019-04-02 16:42:04 +0900
committerTAMUKI Shoichi <tamuki@linet.gr.jp>2019-04-02 16:42:04 +0900
commit84aea16929f310625a52bf9c3db3341f56970ab0 (patch)
tree1a5fd364597665257798e8ed976a06afd29dc2b1 /time/Makefile
parent2f1d61552d429c4e1cbcec115f3cc3dcaf91400d (diff)
downloadglibc-84aea16929f310625a52bf9c3db3341f56970ab0.tar.gz
glibc-84aea16929f310625a52bf9c3db3341f56970ab0.tar.xz
glibc-84aea16929f310625a52bf9c3db3341f56970ab0.zip
time: Add tests for Minguo calendar [BZ #24293]
Co-authored-by: Rafal Luzynski <digitalfreak@lingonborough.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>

ChangeLog:

	[BZ #24293]
	* time/Makefile (LOCALES): Add zh_TW.UTF-8, cmn_TW.UTF-8,
	hak_TW.UTF-8, nan_TW.UTF-8, and lzh_TW.UTF-8.
	* time/tst-strftime2.c (locales): Likewise.
	(dates): Add 1910-04-01, 1911-12-31, 1912-01-01, 1913-04-01,
	2010-04-01, and 2011-04-01.
	(mkreftable): Add rules for the new locales and the new dates.
Diffstat (limited to 'time/Makefile')
-rw-r--r--time/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile
index 2ca206309d..a428f55245 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -50,7 +50,9 @@ include ../Rules
 ifeq ($(run-built-tests),yes)
 LOCALES := de_DE.ISO-8859-1 en_US.ISO-8859-1 ja_JP.EUC-JP fr_FR.UTF-8 \
 	   es_ES.UTF-8 pl_PL.UTF-8 ru_RU.UTF-8 \
-	   ja_JP.UTF-8 lo_LA.UTF-8 th_TH.UTF-8
+	   ja_JP.UTF-8 lo_LA.UTF-8 th_TH.UTF-8 \
+	   zh_TW.UTF-8 cmn_TW.UTF-8 hak_TW.UTF-8 \
+	   nan_TW.UTF-8 lzh_TW.UTF-8
 include ../gen-locales.mk
 
 $(objpfx)tst-ftime_l.out: $(gen-locales)