From: Stefano Lattarini Date: Tue, 24 Jul 2012 13:52:38 +0000 (+0200) Subject: [ng] tests: run two slow tests earlier, for better "make -j" performance X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a41c49dac4b93c9d102127a59393c7c54c15938f;p=thirdparty%2Fautomake.git [ng] tests: run two slow tests earlier, for better "make -j" performance * Makefile.am (long_running_TESTS): Add 't/parallel-tests-many.sh' and 't/dist-many.sh', which are slooow. Signed-off-by: Stefano Lattarini --- diff --git a/Makefile.am b/Makefile.am index f4783c668..51258ccfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -312,6 +312,8 @@ all_TESTS = \ # useful when running the testsuite in parallel on multicore machines. # Here too we assume that the autogenerated tests are placed in $(srcdir). long_running_TESTS = \ + $(srcdir)/t/dist-many.sh \ + $(srcdir)/t/parallel-tests-many.sh \ $(srcdir)/t/add-missing.tap \ $(srcdir)/t/instspc.tap \ $(wildcard $(srcdir)/t/depcomp-*.tap) \