summaryrefslogtreecommitdiff
path: root/build-aux/check.mk
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 /build-aux/check.mk
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 'build-aux/check.mk')
-rw-r--r--build-aux/check.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/check.mk b/build-aux/check.mk
index 165ea366b..f26696d4b 100644
--- a/build-aux/check.mk
+++ b/build-aux/check.mk
@@ -41,7 +41,7 @@ ENABLE_HARD_ERRORS = :
## We use GNU Make extensions (%-rules) inside GNU_MAKE checks,
## and we override check-TESTS.
-AUTOMAKE_OPTIONS = -Wno-portability -Wno-override
+AUTOMAKE_OPTIONS += -Wno-portability -Wno-override
# Restructured Text title and section.
am__rst_title = sed 's/.*/ & /;h;s/./=/g;p;x;p;g;p;s/.*//'
@@ -145,7 +145,7 @@ echo "$$res: $@ (exit: $$estatus)" | \
cat $@-t >>$@; \
rm $@-t
-SUFFIXES = .html .log
+SUFFIXES += .html .log
# From a test (with no extension) to a log file.
if GNU_MAKE