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?


On Tuesday 11 September 2012 08:43:08 H.J. Lu wrote:
> 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?

i don't have an opinion on the other aspects mentioned in this thread, but i 
don't think this should be a configure flag.  it only affects the `make check` 
step, and would require re-running configure to turn off the setting which would 
trigger rebuilding of other things (yes, i know you can modify the config 
outputs directly, but you can do that already to enable fast-check).
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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