]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: various minor tweakings, mostly related to AM_PROG_AR
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Nov 2011 09:50:35 +0000 (10:50 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Nov 2011 09:50:35 +0000 (10:50 +0100)
commit620ba14f54a994d3b695001546a4734282902bba
tree4dd65989c32d027a75acbe62a0c79323f61a889f
parenteea57793c7dde8b836ff1e6f8e232747a85b5dba
tests: various minor tweakings, mostly related to AM_PROG_AR

* tests/alloca2.test: Ensure we don't experience a spurious failure
due to a missing `AM_PROG_AR' macro or a missing `ar-lib' auxiliary
script.
* tests/libtool4.test: Likewise.
* tests/ldadd.test: Likewise.  Since we are at it, make grepping of
automake stderr stricter.
* tests/reqd2.test: Likewise.
* tests/pr211.test: Ensure automake fails also with `-Wnone', since
the error we are testing for is an hard error, not a mere warning.
* tests/syntax.test: Likewise, and ensure we don't fail to other
errors by removing use of `lib_LTLIBRARIES' in Makefile.am.  Since
we are at it, make grepping of automake stderr stricter.
ChangeLog
tests/alloca2.test
tests/ldadd.test
tests/libtool4.test
tests/pr211.test
tests/reqd2.test
tests/syntax.test