]> git.ipfire.org Git - thirdparty/automake.git/commit
test harness: work around a VPATH rewrite issue
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 7 Aug 2011 23:23:42 +0000 (01:23 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 7 Aug 2011 23:28:20 +0000 (01:28 +0200)
commitfda3de574a6c8398420ad6ae1f456aad368a7193
tree03e0069ec39d232b039d18a160d1ea444b784249
parent152fcd209b21d8a588e787d60abd59d74bbeb69b
test harness: work around a VPATH rewrite issue

* lib/am/check.am (am__TEST_BASES): Removed, it's role taken
over by ...
(am__set_TESTS_bases): ... these new variable.
($(TEST_SUITE_LOG): Use it, to avoid VPATH rewrite issues.
* automake.in (handle_tests): Update the code for the cleanup
of the `.trs' file to use `$(TEST_LOGS)' instead of
`$(am__TEST_BASES)'.
* tests/test-harness-vpath-rewrite.test: New test, better
exposing the problem fixed by this change
* tests/Makefile.am (TESTS): Add it.
* tests/test-trs-basic.test: Update and extend.
ChangeLog
automake.in
lib/am/check.am
tests/Makefile.am
tests/Makefile.in
tests/test-harness-vpath-rewrite.test [new file with mode: 0755]
tests/test-trs-basic.test