From a41c49dac4b93c9d102127a59393c7c54c15938f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 24 Jul 2012 15:52:38 +0200 Subject: [PATCH] [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 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) \ -- 2.47.2