automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-876-g1936aaa
Date: Fri, 27 May 2011 08:23:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=1936aaa83cd7d645155a6e21a68db269d5f68f3f

The branch, testsuite-work has been updated
       via  1936aaa83cd7d645155a6e21a68db269d5f68f3f (commit)
       via  1e18d5d0a71ef4152d1a90718ebf4b06b6b5ba56 (commit)
      from  1321be7068464238d1c626abad0f52cb1cd6cba2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1936aaa83cd7d645155a6e21a68db269d5f68f3f
Merge: 1321be7 1e18d5d
Author: Stefano Lattarini <address@hidden>
Date:   Fri May 27 10:22:31 2011 +0200

    Merge branch 'master' into testsuite-work

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 tests/Makefile.am |    4 ++--
 tests/Makefile.in |    4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d3219af..91f4f99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-27  Stefano Lattarini  <address@hidden>
 
+       testsuite: each test case depends on `defs-static'
+       * tests/Makefile.am ($(TEST_LOGS)): Depends on `defs-static' too.
+       Simplify comments.
+
+2011-05-27  Stefano Lattarini  <address@hidden>
+
        testsuite: use $SHELL to run tests which are shell scripts
        * tests/Makefile.am (TEST_LOG_COMPILER): Define so that the
        configure-time $SHELL is used to run the tests.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d8f8599..3d1e5c4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1088,8 +1088,8 @@ expected_list_of_tests = $(handwritten_tests) 
$(generated_tests)
 include $(top_srcdir)/CheckListOfTests.am
 maintainer-check-list-of-tests: $(expected_list_of_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 b64da1f..840e4f0 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1802,8 +1802,8 @@ clean-maintcheck-testslist-tmp:
        rm -f $(am__tmk) $(am__tfs) $(am__tdf)
 maintainer-check-list-of-tests: $(expected_list_of_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


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]