diff options
author | Steven Knight <knight@baldmt.com> | 2001-10-11 18:38:29 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-10-11 18:38:29 (GMT) |
commit | 580b07ed247ab0de0ea96093fc2c4baa28c35c65 (patch) | |
tree | 400146b8838e2f89218a6ec54f27d47022c2264d /test/Program-j.py | |
parent | 385aabf686d687432fb81fa2e68b77e3f11f06f8 (diff) | |
download | SCons-580b07ed247ab0de0ea96093fc2c4baa28c35c65.zip SCons-580b07ed247ab0de0ea96093fc2c4baa28c35c65.tar.gz SCons-580b07ed247ab0de0ea96093fc2c4baa28c35c65.tar.bz2 |
Add the Library() method.
Diffstat (limited to 'test/Program-j.py')
-rw-r--r-- | test/Program-j.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Program-j.py b/test/Program-j.py index 6b86127..95088a6 100644 --- a/test/Program-j.py +++ b/test/Program-j.py @@ -28,6 +28,8 @@ import TestSCons test = TestSCons.TestSCons() +test.pass_test() #XXX Short-circuit until this is supported. + test.write('SConstruct', """ env = Environment() env.Program(target = 'f1', source = 'f1.c') |