From b211edb78d90939eefd6e784c940c9a6ad9ccc2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Mar 2016 12:31:06 +0200 Subject: Recognize msvc target triplet --- tests/triplet/driver.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/triplet/driver.cxx b/tests/triplet/driver.cxx index 9d51fed..fdd5939 100644 --- a/tests/triplet/driver.cxx +++ b/tests/triplet/driver.cxx @@ -102,6 +102,10 @@ main () assert (test ("sparc-sun-solaris2.9", "sparc-sun-solaris2.9", "sparc", "sun", "solaris", "2.9")); + + assert (test ("x86_64-microsoft-win32-msvc14.0", + "x86_64-microsoft-win32-msvc14.0", + "x86_64", "microsoft", "win32-msvc", "14.0")); } static bool -- cgit v1.1