Add --enable-fast-check to configure?

H.J. Lu hjl.tools@gmail.com
Tue Sep 11 12:43:00 GMT 2012


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?


-- 
H.J.



More information about the Libc-alpha mailing list