mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-10 16:40:14 +01:00
11 lines
134 B
Python
11 lines
134 B
Python
import TestSCons
|
|
|
|
|
|
|
|
test = TestSCons.TestSCons()
|
|
|
|
test.skip_if_not_msvc()
|
|
|
|
|
|
test.dir_fixture('MSVC_BATCH-spaces-targetdir')
|
|
test.run() |