test defs: avoid spurious XPASS results with NetBSD make
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 Feb 2012 22:02:32 +0000 (23:02 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 Feb 2012 22:05:48 +0000 (23:05 +0100)
commitdec3c38232bb9006f02c6ca2a04d62e8f5b01125
treec01b40a36d0d16bf119ffb6354dce271236d856e
parent21f979352aa120457b09e4487f5e23a72d8c3dce
test defs: avoid spurious XPASS results with NetBSD make

* tests/defs (make_can_chain_suffix_rules): Ensure to properly
declare the '.SUFFIXES:' in the temporary Makefile used to check
whether $MAKE is able to automatically chain suffix rules.  This
avoids spurious XPASS results with (at least) NetBSD make in some
'suffix*.tap' tests; in a sense also, this also makes the probing
of $MAKE capabilities more faithful, since the Automake-generated
Makefiles are expected to properly declare the '.SUFFIXES:' as
well.
tests/defs