* tests/yacc-nodist.test, tests/pr204.test: These tests are related, so add references to each other in heading comments. --- 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 <[email protected]> + 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 <[email protected]> + 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 -- 1.7.2.3
