1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-11 12:10:50 +03:00

Define and use $(run-built-tests).

This commit is contained in:
Joseph Myers
2012-10-24 00:08:46 +00:00
parent ebfd1bbd04
commit 03ac099f6b
22 changed files with 64 additions and 25 deletions

View File

@@ -122,7 +122,7 @@ bug-fmtmsg1-ENV = SEV_LEVEL=foo,11,newsev
# Run a test on the header files we use.
tests: $(objpfx)isomac.out
ifeq (no,$(cross-compiling))
ifeq ($(run-built-tests),yes)
tests: $(objpfx)tst-fmtmsg.out
endif