check-cc-no-c-o: avoid a spurious failure
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 14 May 2013 11:17:50 +0000 (13:17 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 14 May 2013 11:18:33 +0000 (13:18 +0200)
commit6653939c0d4c551502bb4b74cf4ae9c7441a9436
tree3d3e18982356e5ecd3446cf4e4132cb5f180c234
parente142bcb0e2f29ff444195c5ea934b834dc63d048
check-cc-no-c-o: avoid a spurious failure

* t/am-prog-cc-c-o.sh: In this test, by relying on the knowledge
that we are running under the aegis of the 'check-cc-no-c-o'
maintainer-specific target, knowledge given us by ...
* t/Makefile.in (check-cc-no-c-o) : ... the new environment
variable 'AM_TESTSUITE_SIMULATING_NO_CC_C_O', set to a value
of "yes" by this rule.
* t/ax/test-defs.in: Initialize the new variable to "no" by
default, and add an explanatory comment.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/Makefile.inc
t/am-prog-cc-c-o.sh
t/ax/test-defs.in