diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-07 12:31:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-07 12:31:06 +0200 |
commit | b211edb78d90939eefd6e784c940c9a6ad9ccc2f (patch) | |
tree | 8c9a796e99f6e767d942c89e1c3c47b640b43053 /tests/triplet/driver.cxx | |
parent | a57637c393a1296b48fdb356b53e994e540399f5 (diff) |
Recognize msvc target triplet
Diffstat (limited to 'tests/triplet/driver.cxx')
-rw-r--r-- | tests/triplet/driver.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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 |