[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, yacc-work, updated. v1.11-4
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, yacc-work, updated. v1.11-401-gf88a6ca |
Date: |
Wed, 04 May 2011 21:46:37 +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=f88a6ca185c106aecf11953b044acc7ae40599b4
The branch, yacc-work has been updated
via f88a6ca185c106aecf11953b044acc7ae40599b4 (commit)
from 83974491df282581b9d5c4ded42153043ee53a8a (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 f88a6ca185c106aecf11953b044acc7ae40599b4
Author: Stefano Lattarini <address@hidden>
Date: Wed May 4 23:44:16 2011 +0200
tests: add a couple of inter-tests reference
* tests/yacc-nodist.test, tests/pr204.test: These tests are
related, so add references to each other in heading comments.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/pr204.test | 1 +
tests/yacc-nodist.test | 1 +
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 48aa0c6..903a49a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-05-04 Stefano Lattarini <address@hidden>
+ tests: add a couple of inter-tests reference
+ * tests/yacc-nodist.test, tests/pr204.test: These tests are
+ related, so add references to each other in heading comments.
+
+2011-05-04 Stefano Lattarini <address@hidden>
+
lex tests: require just `lex' instead of `flex'
* tests/lex-subobj-nodep.test ($required): Require `lex',
not `flex', as this test is expected to work with any lex
diff --git a/tests/pr204.test b/tests/pr204.test
index c87f895..64032c7 100755
--- a/tests/pr204.test
+++ b/tests/pr204.test
@@ -16,6 +16,7 @@
# For PR 204.
# Sources derived from nodist_ sources should not be distributed.
+# See also related test `yacc-nodist.test'.
required='yacc gcc'
. ./defs || Exit 1
diff --git a/tests/yacc-nodist.test b/tests/yacc-nodist.test
index 46b4167..ab2af66 100755
--- a/tests/yacc-nodist.test
+++ b/tests/yacc-nodist.test
@@ -15,6 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Checks for .c and .h files derived from non-distributed .y sources.
+# The test `pr204' does similar check with AM_MAINTAINER_MODE enabled.
required=yacc
. ./defs || Exit 1
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, yacc-work, updated. v1.11-401-gf88a6ca,
Stefano Lattarini <=