From 887ededc571638e14143b478d6683f6ce4e68e29 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Wed, 8 Feb 2012 13:35:32 +0100 Subject: [PATCH] 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'. --- tests/defs | 12 ++++++++++++ tests/gen-testsuite-part | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/tests/defs b/tests/defs index 6d3810b16..03766eae5 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) -- 2.47.2