diff options
author | Steven Knight <knight@baldmt.com> | 2003-06-13 03:12:15 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-06-13 03:12:15 (GMT) |
commit | ba5d88c5d08fc60d02eeeb65f85c6de9a95584c6 (patch) | |
tree | 43b71f98ae0b924cfcb73a261f85a96203635d67 /test/SConscript.py | |
parent | 823ab5a50f9856308ee9559f968d62409ad625da (diff) | |
download | SCons-ba5d88c5d08fc60d02eeeb65f85c6de9a95584c6.zip SCons-ba5d88c5d08fc60d02eeeb65f85c6de9a95584c6.tar.gz SCons-ba5d88c5d08fc60d02eeeb65f85c6de9a95584c6.tar.bz2 |
Fix Import('*')
Diffstat (limited to 'test/SConscript.py')
-rw-r--r-- | test/SConscript.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/SConscript.py b/test/SConscript.py index a290d07..34aaa05 100644 --- a/test/SConscript.py +++ b/test/SConscript.py @@ -343,4 +343,6 @@ assert x == 'x' assert y == 'zoom' """) +test.run(arguments = ".") + test.pass_test() |