]> git.ipfire.org Git - thirdparty/automake.git/commit
Extended tests on AC_CONFIG_AUX_DIR.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 7 May 2010 22:32:22 +0000 (00:32 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 15 Dec 2010 23:30:34 +0000 (00:30 +0100)
commit49ac3def6a658c77b113cca89925ed91700c61c9
tree59008e7044dda879b1871736baf6fe552c4a4105
parent4abf2246375e96b8a82affdf04f079e3e9ee7c73
Extended tests on AC_CONFIG_AUX_DIR.

* tests/auxdir.test: Enable `errexit' shell flag.  Prefer `$me'
over hard-coded test name.  Use proper m4 quoting.  Add trailing
`:' command.
* tests/auxdir2.test: Likewise.  Try to call automake also with
the `-a' option, so that it will not fail for spurious reasons.
* tests/auxdir3.test: Add an explanatory comment and a trailing
`:' command.
* tests/auxdir4.test: Prefer `$me' over hard-coded test name.
Make grepping of automake stderr slightly stricter.  Also, now
this test just checks about Automake's reaction to unportable
auxiliary directory names (and it has been extended in this
respect).  Moved the checks about non-existent auxiliary
directories to ...
* tests/auxdir5.test: ... this new test.
* tests/auxdir6.test: New test.
* tests/auxdir7.test: Likewise.
* tests/auxdir8.test: Likewise.
* tests/auxdir9.test: Likewise.
* tests/Makefile.am (TESTS): Updated.
12 files changed:
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/auxdir.test
tests/auxdir2.test
tests/auxdir3.test
tests/auxdir4.test
tests/auxdir5.test [new file with mode: 0755]
tests/auxdir6.test [new file with mode: 0755]
tests/auxdir7.test [new file with mode: 0755]
tests/auxdir8.test [new file with mode: 0755]
tests/auxdir9.test [new file with mode: 0755]