* Makefile.am (long_running_TESTS): Add 't/parallel-tests-many.sh' and 't/dist-many.sh', which are slooow.
Signed-off-by: Stefano Lattarini <[email protected]> --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index f4783c6..51258cc 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) \ -- 1.7.12.rc0
