From f881f6ff62bba53448c5d8997287ea2e628b3a65 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 12 Oct 2015 12:24:41 +0200 Subject: Add dependencies on needed locales in each subdir tests (bug 18969) --- stdio-common/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'stdio-common') diff --git a/stdio-common/Makefile b/stdio-common/Makefile index df4122d206..d92d9d16de 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -72,6 +72,19 @@ endif include ../Rules +ifeq ($(run-built-tests),yes) +LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ISO-8859-1 ja_JP.EUC-JP +include ../gen-locales.mk + +$(objpfx)bug14.out: $(gen-locales) +$(objpfx)scanf13.out: $(gen-locales) +$(objpfx)test-vfprintf.out: $(gen-locales) +$(objpfx)tst-grouping.out: $(gen-locales) +$(objpfx)tst-sprintf.out: $(gen-locales) +$(objpfx)tst-sscanf.out: $(gen-locales) +$(objpfx)tst-swprintf.out: $(gen-locales) +endif + tst-printf-bz18872-ENV = MALLOC_TRACE=$(objpfx)tst-printf-bz18872.mtrace $(objpfx)tst-unbputc.out: tst-unbputc.sh $(objpfx)tst-unbputc -- cgit 1.4.1