summaryrefslogtreecommitdiffstats
path: root/test/Program-j.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-10-24 14:18:02 (GMT)
committerSteven Knight <knight@baldmt.com>2001-10-24 14:18:02 (GMT)
commit6a98a941a75eab2e4c22fa3e19cb973046f613b6 (patch)
treefbedd2a2caa8c7d0e4a1e4b774adc6e1b1ed6d8e /test/Program-j.py
parent908b74a3a3ecba5eccc6fd1f844505050d9dad2f (diff)
downloadSCons-6a98a941a75eab2e4c22fa3e19cb973046f613b6.zip
SCons-6a98a941a75eab2e4c22fa3e19cb973046f613b6.tar.gz
SCons-6a98a941a75eab2e4c22fa3e19cb973046f613b6.tar.bz2
Add -k support and more
Diffstat (limited to 'test/Program-j.py')
-rw-r--r--test/Program-j.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Program-j.py b/test/Program-j.py
index 95088a6..6b86127 100644
--- a/test/Program-j.py
+++ b/test/Program-j.py
@@ -28,8 +28,6 @@ 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')