* 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  <j...@gnu.org>
+
+       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  <e...@thyrsus.com>
 
        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


_______________________________________________
Findutils-patches mailing list
Findutils-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/findutils-patches

Reply via email to