mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Restrict run-conformtest runs
This commit is contained in:
parent
8da0464f6f
commit
ba63ba0882
@ -1,5 +1,8 @@
|
||||
2012-02-26 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* conform/Makefile (tests): Run only when not cross-compiling and
|
||||
when fast-check is not defined.
|
||||
|
||||
* conform/conformtest.pl: XPG7 and POSIX2008 require C99.
|
||||
* conform/data/limits.h-data: Fixes for POSIX2008.
|
||||
* conform/run-conformtest.sh: Run all tests.
|
||||
|
@ -25,7 +25,11 @@ distribute = conformtest.pl $(wildcard data/*.h-data) \
|
||||
|
||||
include ../Rules
|
||||
|
||||
ifneq (yes,$(fast-check))
|
||||
ifeq (no,$(cross-compiling))
|
||||
tests: $(objpfx)run-conformtest.out
|
||||
endif
|
||||
endif
|
||||
|
||||
$(objpfx)run-conformtest.out: run-conformtest.sh conformtest.pl \
|
||||
$(wildcard data/*.h-data) \
|
||||
|
Loading…
Reference in New Issue
Block a user