From: Peter Rosin Date: Wed, 8 Feb 2012 12:35:32 +0000 (+0100) Subject: tests: check the depmodes 'msvisualcpp' and 'msvcmsys' X-Git-Tag: v1.11b~176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=887ededc571638e14143b478d6683f6ce4e68e29;p=platform%2Fupstream%2Fautomake.git tests: check the depmodes 'msvisualcpp' and 'msvcmsys' * tests/defs (cygpath): New requirement, checking that cygpath is working. (mingw): New requirement, checking that the build system is MSYS (in its normal MinGW mode). * tests/gen-testsuite-part (depmodes): Add entries for depmodes 'msvisualcpp' and 'msvcmsys'. --- diff --git a/tests/defs b/tests/defs index 6d3810b..03766ea 100644 --- a/tests/defs +++ b/tests/defs @@ -729,6 +729,10 @@ do cscope --version ["gcc"], +# This is for older (pre-7) msvc versions. Newer versions +# have depmodes "msvc7" and "msvc7msys". + msvisualcpp => ["cl", "cygpath"], + msvcmsys => ["cl", "mingw"], ); foreach my $lt (TRUE, FALSE)