]> git.ozlabs.org Git - ccan/commit
Makefile: speed fastcheck
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 30 Aug 2011 04:31:26 +0000 (14:01 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 30 Aug 2011 04:31:26 +0000 (14:01 +0930)
commit8a6147a99c1340d09457c6144b237bfbce16a630
treee2239ec9bff84de98d51b07b687ca1372bba86e5
parent939fab341caaa06d032b29f06362335de0db82cc
Makefile: speed fastcheck

Rather than timeout, explicitly disable tests_pass_valgrind and
tests_compile_coverage.  This is important now we run under valgrind
the first time we run the tests, thus would always time out and not
run most of the tests at all!

"make check" takes 7m57s, old "make fastcheck" takes 3m28s, and this takes
only 1m57s, but much more is run (as shown by the larger score total).
Makefile