]> git.ipfire.org Git - thirdparty/automake.git/commit
Minor improvements and extensions to various tests.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 28 Jun 2010 11:44:33 +0000 (13:44 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 8 Nov 2010 17:48:29 +0000 (18:48 +0100)
commitd72613b0ba14ae421daba80b34547e9a970a50b6
treecb3add02fae661bc01e7b5805ddb0b65f4427687
parent999865553137b48a0770b5073cfd4f91c1e49593
Minor improvements and extensions to various tests.

* tests/defun.test: Also run autoconf and grep the generated
configure to make sure that aclocal truly picks up all the
required macros.
* tests/compile_f_c_cxx.test: Prefer trailing `:' over trailing
`Exit 0'.  Do not create useless dummy source files.  Do not set
useless `$(foo_LDADD)' variable in `Makefile.am'.  Do not call
useless macro `AC_F77_LIBRARY_LDFLAGS' in `configure.in'.
* tests/compile_f90_c_cxx.test: Likewise.
* tests/suffix10.test: Slighty stricter grepping of make output.
* tests/compile.test: Add trailing `:' command.
* tests/defun2.test: Likewise.
* tests/vars3.test: Likewise.
* tests/vartar.test: Likewise.
* tests/vars.test: Likewise.  Also, extend test by checking
that the definition of `MY_FLAGS*' variables is preserved in
the generated `Makefile.in'.
* tests/stamph2.test: Prefer trailing `:' over trailing `Exit 0'.
Use proper m4 quoting in `configure.in'.
ChangeLog
tests/compile.test
tests/compile_f90_c_cxx.test
tests/compile_f_c_cxx.test
tests/defun.test
tests/defun2.test
tests/stamph2.test
tests/suffix10.test
tests/vars.test
tests/vars3.test
tests/vartar.test