From 79539c4e4ef61946213b9f0fe4dc0c8cedf7cebb Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 6 Apr 2009 22:08:30 +0200 Subject: [PATCH] testsuite: generate $(parallel_tests) just when needed. * tests/Makefile.am (check_SCRIPTS): No need to list $(parallel_tests) here, they can be generated as needed during the test run, following our recommendation in the manual. Signed-off-by: Ralf Wildenhues --- ChangeLog | 5 +++++ tests/Makefile.am | 2 +- tests/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 18a1c1699..3bf8c6d46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-04-06 Ralf Wildenhues + testsuite: generate $(parallel_tests) just when needed. + * tests/Makefile.am (check_SCRIPTS): No need to list + $(parallel_tests) here, they can be generated as needed during + the test run, following our recommendation in the manual. + Remove superfluous line from recheck recheck-html. * lib/am/check.am (recheck recheck-html): Remove superfluous line, introduced bogusly in last commit. diff --git a/tests/Makefile.am b/tests/Makefile.am index a7ce70676..b0e1bf694 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -724,7 +724,7 @@ $(parallel_tests) EXTRA_DIST = ChangeLog-old gen-parallel-tests $(TESTS) # Each test case depends on defs, aclocal, and automake. -check_SCRIPTS = defs defs-p aclocal-$(APIVERSION) automake-$(APIVERSION) $(parallel_tests) +check_SCRIPTS = defs defs-p aclocal-$(APIVERSION) automake-$(APIVERSION) clean-local: check-clean-local diff --git a/tests/Makefile.in b/tests/Makefile.in index 2df2a48d0..d1813ddb2 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -956,7 +956,7 @@ $(parallel_tests) EXTRA_DIST = ChangeLog-old gen-parallel-tests $(TESTS) # Each test case depends on defs, aclocal, and automake. -check_SCRIPTS = defs defs-p aclocal-$(APIVERSION) automake-$(APIVERSION) $(parallel_tests) +check_SCRIPTS = defs defs-p aclocal-$(APIVERSION) automake-$(APIVERSION) all: all-am .SUFFIXES: -- 2.47.2