summaryrefslogtreecommitdiff
path: root/gnulib-tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-13 20:31:46 +0200
committerJim Meyering <meyering@redhat.com>2008-06-14 22:35:02 +0200
commit44530f2ddd97e02728520cca9cb0ba2bada750d1 (patch)
treeda2427f02628310a657af43856effbdbbd4c893a /gnulib-tests
parent9823682c2f339886cb302dfc4ed4c5d75e911d3e (diff)
downloadcoreutils-44530f2ddd97e02728520cca9cb0ba2bada750d1.tar.xz
run gnulib-tests in parallel
* tests/Makefile.am: Define AUTOMAKE_OPTIONS, so check.mk can append. * tests/check.mk: Define SUFFIXES, so check.mk can append. * build-aux/check.mk (SUFFIXES): Append, so as not to evoke automake warning the prior definition in gnulib-tests/gnulib.mk. (AUTOMAKE_OPTIONS): Likewise. * gnulib-tests/Makefile.am (TEST_LOGS): Define. Include build-aux/check.mk
Diffstat (limited to 'gnulib-tests')
-rw-r--r--gnulib-tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnulib-tests/Makefile.am b/gnulib-tests/Makefile.am
index 6635f7065..7523e0db8 100644
--- a/gnulib-tests/Makefile.am
+++ b/gnulib-tests/Makefile.am
@@ -1 +1,6 @@
include gnulib.mk
+
+TEST_LOGS = $(TESTS:=.log)
+
+# Parallel replacement of Automake's check-TESTS target.
+include $(top_srcdir)/build-aux/check.mk