summaryrefslogtreecommitdiff
path: root/tests/vars3.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2010-06-28 13:44:33 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2010-11-08 18:48:29 +0100
commitd72613b0ba14ae421daba80b34547e9a970a50b6 (patch)
treecb3add02fae661bc01e7b5805ddb0b65f4427687 /tests/vars3.test
parent999865553137b48a0770b5073cfd4f91c1e49593 (diff)
downloadautomake-d72613b0ba14ae421daba80b34547e9a970a50b6.tar.gz
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'.
Diffstat (limited to 'tests/vars3.test')
-rwxr-xr-xtests/vars3.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vars3.test b/tests/vars3.test
index 6b738ab98..e8609ee14 100755
--- a/tests/vars3.test
+++ b/tests/vars3.test
@@ -82,3 +82,5 @@ $AUTOMAKE -Wno-portability
# processed far later).
echo 'AUTOMAKE_OPTIONS = -Wno-portability' >> Makefile.am
$AUTOMAKE
+
+: