summaryrefslogtreecommitdiff
path: root/gnulib-tests
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-03-14 12:15:40 +0100
committerJim Meyering <meyering@redhat.com>2009-03-31 20:29:01 +0200
commitf8268d3baecee552e13efb916693bfa51734862b (patch)
treedda3f095374e8affd7ba90e767a2f1c4b09ce5c1 /gnulib-tests
parent7a21310eb3b8135546d0ded83f301f657cd757ae (diff)
downloadcoreutils-f8268d3baecee552e13efb916693bfa51734862b.tar.xz
build: use Automake's new parallel-tests feature
* build-aux/check.mk: Remove, not needed any more. * tests/Makefile.am (AUTOMAKE_OPTIONS): Add parallel-tests and color-tests. * tests/check.mk: Do not include build-aux/check.mk any more. (SUFFIXES, TEST_LOGS): Remove. (TESTS_ENVIRONMENT): Use $$f rather than $$tst in $PERL invocation. * gnulib-tests/Makefile.am: Do not include build-aux/check.mk. (AUTOMAKE_OPTIONS): New macro, add parallel-test and color-tests. (TEST_LOGS): Remove.
Diffstat (limited to 'gnulib-tests')
-rw-r--r--gnulib-tests/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnulib-tests/Makefile.am b/gnulib-tests/Makefile.am
index 7523e0db8..1693c3b39 100644
--- a/gnulib-tests/Makefile.am
+++ b/gnulib-tests/Makefile.am
@@ -1,6 +1,3 @@
include gnulib.mk
-TEST_LOGS = $(TESTS:=.log)
-
-# Parallel replacement of Automake's check-TESTS target.
-include $(top_srcdir)/build-aux/check.mk
+AUTOMAKE_OPTIONS += parallel-tests color-tests