]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: tweak tests on silent-rules for makes without nested vars
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 26 Dec 2011 17:23:24 +0000 (18:23 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 26 Dec 2011 21:23:57 +0000 (22:23 +0100)
commit0eaa8781bf043b34aaae0309f17aeb7943dbe4c7
tree0c03cc56a60bdade72635652b1b3da287bee74b6
parent8493499b54da3694f820fa7eab5e58ef44448b66
tests: tweak tests on silent-rules for makes without nested vars

* tests/silent-nested-vars.test: Define $MAKE to `./mymake' in
the environment, so that it will be automatically picked up by
configure.  Related tweaks and simplifications.
Remove the checks verifying that silent rules are respected also
when the 'subdir-objects' option is set, the checks testing the
old syntax for user-defined silent rules, and the tests using
the default $MAKE programs: they are redundant w.r.t. other test
cases.  Related simplifications.
Remove the temporary files used in a sanity check as soon as they
are not needed anymore.
Do not capture also the standard error of configure: we only want
to grep its standard output.
Consistently use `stdout' for the name of files where to save the
standard output captured from make and configure, for consistency
with other tests.
Make grepping of configure output and of the generated Makefile
stricter.
Improve and tweak the `mymake' script a little.
* tests/silent6.test: Make grepping of make stdout slightly
stricter.  After having configured with silent rules disabled,
try to force the use silent rules with `make V=1'.
ChangeLog
tests/silent-nested-vars.test
tests/silent6.test