]> git.ipfire.org Git - thirdparty/automake.git/commit
testsuite: user can force skipping of compiler-requiring tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 24 May 2011 08:42:27 +0000 (10:42 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 24 May 2011 10:01:51 +0000 (12:01 +0200)
commit680b8fb775c3d68058b58eb5501e232159e92bbc
treece2ae8837e8db88ca0714417a5248fb77a5c89b8
parentae610ad30c7ae239b046c2ca023c74db5b4dc6c7
testsuite: user can force skipping of compiler-requiring tests

* tests/defs (cc, c++, fortran, fortran77): Skip the test if
the relevant compiler is disabled by having the corresponding
variable (CC, CXX, FC and F77, respectively) set to "false".
(yacc): For consistency, skip the test when the YACC variable
is set to "false", not when it's set to "no".  Since we are at
it, fix the skip message to be shorter and more consistent.
ChangeLog
tests/defs