]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: add a couple of inter-tests reference
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 21:44:16 +0000 (23:44 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 21:44:16 +0000 (23:44 +0200)
* tests/yacc-nodist.test, tests/pr204.test: These tests are
related, so add references to each other in heading comments.

ChangeLog
tests/pr204.test
tests/yacc-nodist.test

index 48aa0c6078bbfd6ea231f6cd06a251bd284f8825..903a49a63f12461289cb3a138ff1bd17db6a0049 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <stefano.lattarini@gmail.com>
 
        lex tests: require just `lex' instead of `flex'
index c87f895a1e2481ab506d5c09246264d9c403a2c5..64032c70886e779b25156066c8ff26ec910430c4 100755 (executable)
@@ -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
index 46b4167b2678edf05bc07649eeb8ccc7515433f6..ab2af66e574584fcc6951c4bf275ad17776e3ebb 100755 (executable)
@@ -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