diff options
author | 2015-10-12 12:24:41 +0200 | |
---|---|---|
committer | 2015-10-12 15:18:08 +0200 | |
commit | f881f6ff62bba53448c5d8997287ea2e628b3a65 (patch) | |
tree | 404f7967786750db4513909c527088ff5783dd77 /debug/Makefile | |
parent | Remove unusued variable (diff) | |
download | glibc-f881f6ff62bba53448c5d8997287ea2e628b3a65.tar.gz glibc-f881f6ff62bba53448c5d8997287ea2e628b3a65.tar.bz2 glibc-f881f6ff62bba53448c5d8997287ea2e628b3a65.zip |
Add dependencies on needed locales in each subdir tests (bug 18969)
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile index 9ff357b6a8..f871ba92c0 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -162,6 +162,13 @@ generated += catchsegv xtrace include ../Rules +ifeq ($(run-built-tests),yes) +LOCALES := de_DE.UTF-8 +include ../gen-locales.mk + +$(objpfx)tst-chk1.out: $(gen-locales) +endif + sLIBdir := $(shell echo $(slibdir) | sed 's,lib\(\|64\)$$,\\\\$$LIB,') $(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \ |