summaryrefslogtreecommitdiffstats
path: root/test/CC
diff options
context:
space:
mode:
Diffstat (limited to 'test/CC')
-rw-r--r--test/CC/CCVERSION.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CC/CCVERSION.py b/test/CC/CCVERSION.py
index ac28e38..f785ddc 100644
--- a/test/CC/CCVERSION.py
+++ b/test/CC/CCVERSION.py
@@ -33,7 +33,8 @@ _exe = TestSCons._exe
test = TestSCons.TestSCons()
-
+if sys.platform == 'win32':
+ test.skip_test('CCVERSION not set with MSVC, skipping test.')
test.write("versioned.py",
"""import os