From 1e18d5d0a71ef4152d1a90718ebf4b06b6b5ba56 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 27 May 2011 10:20:25 +0200 Subject: [PATCH] testsuite: each test case depends on `defs-static' * tests/Makefile.am ($(TEST_LOGS)): Depends on `defs-static' too. Simplify comments. --- ChangeLog | 6 ++++++ tests/Makefile.am | 4 ++-- tests/Makefile.in | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c436e5e2..8e77e2a86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-27 Stefano Lattarini + + testsuite: each test case depends on `defs-static' + * tests/Makefile.am ($(TEST_LOGS)): Depends on `defs-static' too. + Simplify comments. + 2011-05-20 Stefano Lattarini testsuite: avoid re-running few tests with 'parallel-tests' option diff --git a/tests/Makefile.am b/tests/Makefile.am index 1c8e48cf5..d1a3cda7a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1049,8 +1049,8 @@ $(parallel_tests) EXTRA_DIST += $(TESTS) -# Each test case depends on defs, aclocal, and automake. -$(TEST_LOGS): defs aclocal-$(APIVERSION) automake-$(APIVERSION) +# Dependencies valid for each test case. +$(TEST_LOGS): defs defs-static aclocal-$(APIVERSION) automake-$(APIVERSION) clean-local: clean-local-check .PHONY: clean-local-check diff --git a/tests/Makefile.in b/tests/Makefile.in index 5b90af698..d0430bf19 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1716,8 +1716,8 @@ $(instspc_tests): Makefile.am instspc-data.log: instspc-tests.sh $(instspc_tests:.test=.log): instspc-tests.sh instspc-data.log -# Each test case depends on defs, aclocal, and automake. -$(TEST_LOGS): defs aclocal-$(APIVERSION) automake-$(APIVERSION) +# Dependencies valid for each test case. +$(TEST_LOGS): defs defs-static aclocal-$(APIVERSION) automake-$(APIVERSION) clean-local: clean-local-check .PHONY: clean-local-check -- 2.47.2