diff options
author | Steven Knight <knight@baldmt.com> | 2001-10-29 05:33:03 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-10-29 05:33:03 (GMT) |
commit | 15928490b955a3d4ea4966102dc915ed0fdb8526 (patch) | |
tree | 4b7b65dd605a53881ad0ee1977cea88db9f31885 /test/SConscript.py | |
parent | 3bce8a9e6e70d61723e4824bd7ba84a7b9547456 (diff) | |
download | SCons-15928490b955a3d4ea4966102dc915ed0fdb8526.zip SCons-15928490b955a3d4ea4966102dc915ed0fdb8526.tar.gz SCons-15928490b955a3d4ea4966102dc915ed0fdb8526.tar.bz2 |
Handle SConscript files in subdirectories.
Diffstat (limited to 'test/SConscript.py')
-rw-r--r-- | test/SConscript.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConscript.py b/test/SConscript.py index 8a0f28b..b463f7e 100644 --- a/test/SConscript.py +++ b/test/SConscript.py @@ -31,7 +31,7 @@ test = TestSCons.TestSCons() test.write('SConstruct', """ import os print "SConstruct", os.getcwd() -Conscript('SConscript') +SConscript('SConscript') """) # XXX I THINK THEY SHOULD HAVE TO RE-IMPORT OS HERE |