This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add --enable-fast-check to configure?


Hi,
Try to run `make fast-check=yes check' instead of simple `make check'.

Tomas

Dne 11.9.2012 14:43, H.J. Lu napsal(a):
Hi,

run-conformtest.sh takes most of time in "make check".
When I am working on unrelated changes, it is too long.
conform/Makefile has

ifneq (yes,$(fast-check))
ifeq (no,$(cross-compiling))
tests: $(objpfx)run-conformtest.out
endif
endif

But fast-check isn't set anywhere.  Should we add
--enable-fast-check to configure?




--
Tomas Dohnalek
QE Tools Intern
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]