]> git.ipfire.org Git - thirdparty/automake.git/commit
silent-rules tests: fix spurious failures with Sun Studio C++
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 2 Jun 2011 13:35:03 +0000 (15:35 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 2 Jun 2011 13:35:03 +0000 (15:35 +0200)
commitad5d0be02dd42c200be2ffebb1e062e96a06f80c
treed3f6c991217edd42c47b7d37bd913198a55a4a93
parent57576b60c67f8c3c69a1724d4f34736f5a9fd3ce
silent-rules tests: fix spurious failures with Sun Studio C++

* tests/silentcxx.test: The C++ compiler from Sun Studio is named
`CC'.  Account for this in our grepping checks on the make output.
Since we are at it, throw in a couple of improvements to comments
and formatting.
* tests/silent-many-generic.test: The C++ compiler from Sun Studio
is named `CC', and this can cause spurious failures in our grepping
of the make output.  Work around this by using a wrapper script
around the C++ compiler (generated on the fly), since filtering the
make output proved to be too fragile.
ChangeLog
tests/silent-many-generic.test
tests/silentcxx.test