* 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 4c436e5..8e77e2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-27 Stefano Lattarini <stefano.lattar...@gmail.com> + + 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 <stefano.lattar...@gmail.com> testsuite: avoid re-running few tests with 'parallel-tests' option diff --git a/tests/Makefile.am b/tests/Makefile.am index 1c8e48c..d1a3cda 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 5b90af6..d0430bf 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 -- 1.7.2.3