diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-24 00:08:46 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-24 00:08:46 +0000 |
commit | 03ac099f6bc9157cdec50db10944e1d99ff07aa1 (patch) | |
tree | 9d818c011b71b40675d7de9779f1a4751fc5541c /catgets/Makefile | |
parent | ebfd1bbd04fcc82c34d6f46d942ab763a60ede03 (diff) | |
download | glibc-03ac099f6bc9157cdec50db10944e1d99ff07aa1.tar.gz glibc-03ac099f6bc9157cdec50db10944e1d99ff07aa1.tar.xz glibc-03ac099f6bc9157cdec50db10944e1d99ff07aa1.zip |
Define and use $(run-built-tests).
Diffstat (limited to 'catgets/Makefile')
-rw-r--r-- | catgets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/Makefile b/catgets/Makefile index ec8fe1e0bc..bbd438a27c 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -50,7 +50,7 @@ generated-dirs = de tst-catgets-ENV = NLSPATH="$(objpfx)%l/%N.cat" LANG=de -ifneq ($(cross-compiling),yes) +ifeq ($(run-built-tests),yes) tests: $(objpfx)de/libc.cat $(objpfx)test1.cat $(objpfx)test2.cat \ $(objpfx)test-gencat.out # This test just checks whether the program produces any error or not. |