From 44530f2ddd97e02728520cca9cb0ba2bada750d1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Jun 2008 20:31:46 +0200 Subject: 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 --- tests/Makefile.am | 1 + tests/check.mk | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 91db7bcdb..9b6a37819 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -564,4 +564,5 @@ pr_data = \ pr/ttb3-FF \ pr/w72l24f-ll +AUTOMAKE_OPTIONS = include $(srcdir)/check.mk diff --git a/tests/check.mk b/tests/check.mk index 0e34e98de..3ac5e4221 100644 --- a/tests/check.mk +++ b/tests/check.mk @@ -91,6 +91,7 @@ TESTS_ENVIRONMENT = \ TEST_LOGS = $(TESTS:=.log) # Parallel replacement of Automake's check-TESTS target. +SUFFIXES = include $(top_srcdir)/build-aux/check.mk VERBOSE = yes -- cgit v1.2.3-54-g00ecf