[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [FYI] [ng] tests: run two slow tests earlier, for better "
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [FYI] [ng] tests: run two slow tests earlier, for better "make -j" performance |
Date: |
Tue, 24 Jul 2012 16:32:04 +0200 |
* Makefile.am (long_running_TESTS): Add 't/parallel-tests-many.sh' and
't/dist-many.sh', which are slooow.
Signed-off-by: Stefano Lattarini <address@hidden>
---
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-NG] [FYI] [ng] tests: run two slow tests earlier, for better "make -j" performance,
Stefano Lattarini <=