findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] [PATCH 2/4] Enable parallel tests.


From: James Youngman
Subject: [Findutils-patches] [PATCH 2/4] Enable parallel tests.
Date: Sun, 1 Jun 2014 00:29:18 +0100

* find/testsuite/Makefile.am (AUTOMAKE_OPTIONS): Enable
parallel-tests.  This will only include tests known directly via
$(TESTS), not DejaGnu tests.
---
 ChangeLog                  |    7 +++++++
 find/testsuite/Makefile.am |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index a7fbdef..da3601d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-31  James Youngman  <address@hidden>
+
+       Enable parallel tests.
+       * find/testsuite/Makefile.am (AUTOMAKE_OPTIONS): Enable
+       parallel-tests.  This will only include tests known directly via
+       $(TESTS), not DejaGnu tests.
+
 2014-05-25  Eric S. Raymond  <address@hidden>
 
        Fix errant backslash in find manpage.
diff --git a/find/testsuite/Makefile.am b/find/testsuite/Makefile.am
index 71c82e3..94f25e2 100644
--- a/find/testsuite/Makefile.am
+++ b/find/testsuite/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS=dejagnu
+AUTOMAKE_OPTIONS = dejagnu parallel-tests
 FIND = ../find
 FINDFLAGS =
 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]