]> git.ipfire.org Git - thirdparty/automake.git/commit
Improve and extend tests on `:=' variable assignments.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 25 Nov 2010 13:33:54 +0000 (14:33 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 30 Nov 2010 11:28:53 +0000 (12:28 +0100)
commit02a8fc7c5064868abc9fad0a70b9785c6ebaf4bd
tree1f264b1574e26085bdd36c773ec5b676321ffc6e
parentfdb2764f70ff5f3aed51a61baf3b72511ffb9d11
Improve and extend tests on `:=' variable assignments.

* tests/colneq.test: Avoid redundant use of variable assignments
in Makefile.am.  Use command-line automake options instead of
editing AUTOMAKE_OPTIONS in Makefile.am.  Make grepping of the
generated Makefile.in slightly stricter.  Add a trailing `:'
command.
* tests/colneq2.test: Do not create unneeded dummy files.  Run
also autoconf, ./configure and make.  Add trailing `:' command.
* tests/colneq3.test: New test, similar to colneq.test, but
running also autoconf, ./configure and make.
* tests/Makefile.am (TESTS): Update.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/colneq.test
tests/colneq2.test
tests/colneq3.test [new file with mode: 0755]