]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: drop useless requirements of 'g++'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 09:48:19 +0000 (11:48 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 09:48:51 +0000 (11:48 +0200)
commit2733c3b4bdd553e0fac6ae53dc64ab84cfc908a8
tree0ac82c5ad707453f5ba8be19ab3805e1ac552536
parent9dcc72a3121457bad5c01f29bb8ed96a3df34a3c
tests: drop useless requirements of 'g++'

* tests/lflags2.test ($required): Remove 'g++', as any working
C++ compiler should be enough, and ./configure will cause the
test to skip if no working C++ compiler is found.
* tests/yflags2.test: Likewise.
* tests/subobj9.test: Likewise.
* tests/silentcxx.test: Likewise.  Also, do not force depmodes
that could cause non-GNU C++ compilers to fail.
* tests/silentcxx-gcc.test: New test, like `silentcxx.test',
but forcing "fast" gcc depmode (and thus requiring the GNU C++
compiler).
* tests/specflg10.test: Add proper "fixme" comment telling that
we should make this test work with a generic C++ compiler.
* tests/Makefile.am (TESTS): Update.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/lflags2.test
tests/silentcxx-gcc.test [new file with mode: 0755]
tests/silentcxx.test
tests/specflg10.test
tests/subobj9.test
tests/yflags2.test