From: Stefano Lattarini Date: Wed, 4 May 2011 21:44:16 +0000 (+0200) Subject: tests: add a couple of inter-tests reference X-Git-Tag: ylwrap-refactor-abandoned-branch~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f88a6ca185c106aecf11953b044acc7ae40599b4;p=thirdparty%2Fautomake.git 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. --- diff --git a/ChangeLog b/ChangeLog index 48aa0c607..903a49a63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-04 Stefano Lattarini + + 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 lex tests: require just `lex' instead of `flex' diff --git a/tests/pr204.test b/tests/pr204.test index c87f895a1..64032c708 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 46b4167b2..ab2af66e5 100755 --- a/tests/yacc-nodist.test +++ b/tests/yacc-nodist.test @@ -15,6 +15,7 @@ # along with this program. If not, see . # 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