diff options
Diffstat (limited to 'test/CacheDir/source-scanner.py')
-rw-r--r-- | test/CacheDir/source-scanner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CacheDir/source-scanner.py b/test/CacheDir/source-scanner.py index 2359872..f00360d 100644 --- a/test/CacheDir/source-scanner.py +++ b/test/CacheDir/source-scanner.py @@ -43,6 +43,7 @@ cache = test.workpath('cache') test.subdir('cache', 'subdir') test.write(['subdir', 'SConstruct'], """\ +DefaultEnvironment(tools=[]) import SCons CacheDir(r'%(cache)s') |