summaryrefslogtreecommitdiff
path: root/test/Program-j.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-10-11 18:38:29 +0000
committerSteven Knight <knight@baldmt.com>2001-10-11 18:38:29 +0000
commit580b07ed247ab0de0ea96093fc2c4baa28c35c65 (patch)
tree400146b8838e2f89218a6ec54f27d47022c2264d /test/Program-j.py
parent385aabf686d687432fb81fa2e68b77e3f11f06f8 (diff)
downloadscons-580b07ed247ab0de0ea96093fc2c4baa28c35c65.tar.gz
Add the Library() method.
Diffstat (limited to 'test/Program-j.py')
-rw-r--r--test/Program-j.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Program-j.py b/test/Program-j.py
index 6b86127a..95088a6c 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')