summaryrefslogtreecommitdiffstats
path: root/test/MSVS/vs-10.0-scc-files.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/MSVS/vs-10.0-scc-files.py')
-rw-r--r--test/MSVS/vs-10.0-scc-files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MSVS/vs-10.0-scc-files.py b/test/MSVS/vs-10.0-scc-files.py
index 48857b6..32dd9ef 100644
--- a/test/MSVS/vs-10.0-scc-files.py
+++ b/test/MSVS/vs-10.0-scc-files.py
@@ -51,7 +51,7 @@ env=Environment(platform='win32', tools=['msvs'], MSVS_VERSION='10.0',
MSVS_SCC_PROJECT_NAME='Perforce Project')
testsrc = ['test1.cpp', 'test2.cpp']
-testincs = ['sdk.h']
+testincs = ['sdk_dir\sdk.h']
testlocalincs = ['test.h']
testresources = ['test.rc']
testmisc = ['readme.txt']