]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: fix spurious failure with FreeBSD make and Yacc in VPATH
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 18 Oct 2011 15:53:21 +0000 (17:53 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 18 Oct 2011 15:54:26 +0000 (17:54 +0200)
commit7e5ae808d830c9319a4dd3d357b10dcf4315f529
treeaae751891c5d01c31e75e29d30c8540390ac7495
parent94ad7e48dc63321ca334e71c0f87dc3eada8ffd6
tests: fix spurious failure with FreeBSD make and Yacc in VPATH

* tests/subpkg.test: Some cosmetic adjustments.  Move the tests
checking that $(YLWRAP) is defined and installed properly when
ylwrap is in a default auxdir found in a parent package ...
* tests/subpkg-yacc.test: ... into this new test, which carefully
avoids to trigger the known bug#7884 (combo FreeBSD make plus Yacc
plus VPATH build).
* tests/Makefile.am (TESTS): Update.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/subpkg-yacc.test [new file with mode: 0755]
tests/subpkg.test