diff options
Diffstat (limited to 'test/MSVC/MSVC_BATCH-spaces-targetdir.py')
-rw-r--r-- | test/MSVC/MSVC_BATCH-spaces-targetdir.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/MSVC/MSVC_BATCH-spaces-targetdir.py b/test/MSVC/MSVC_BATCH-spaces-targetdir.py new file mode 100644 index 0000000..298e10e --- /dev/null +++ b/test/MSVC/MSVC_BATCH-spaces-targetdir.py @@ -0,0 +1,11 @@ +import TestSCons + + + +test = TestSCons.TestSCons() + +test.skip_if_not_msvc() + + +test.dir_fixture('MSVC_BATCH-spaces-targetdir') +test.run()
\ No newline at end of file |