From: Stefano Lattarini Date: Sun, 8 Jan 2012 11:49:57 +0000 (+0100) Subject: tests: require GNU make in 'vala-vapth.test' X-Git-Tag: v1.11.2b~7^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d850165e6c9722adf2b80442974f3ca014c35298;p=thirdparty%2Fautomake.git tests: require GNU make in 'vala-vapth.test' * vala-vpath.test ($required): Add the "GNUmake" requirement, since rules generated by vala support are expected to work with GNU make only. --- diff --git a/tests/vala-vpath.test b/tests/vala-vpath.test index 9d60dbb7e..8f2b6774a 100755 --- a/tests/vala-vpath.test +++ b/tests/vala-vpath.test @@ -17,7 +17,7 @@ # Test to make sure vala support handles from-scratch VPATH builds. # See automake bug#8753. -required="valac" +required="valac GNUmake" . ./defs || Exit 1 set -e