diff options
author | Steven Knight <knight@baldmt.com> | 2002-04-05 02:24:25 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-04-05 02:24:25 (GMT) |
commit | 3df4ee57235d30950d07b0b498387d5e16e67e6d (patch) | |
tree | 212356351fbd2110ed5edc9051458da60a9a4fbd /test/option--debug.py | |
parent | 4057904f13d9657023ccddb2f4b79b2f45a41a83 (diff) | |
download | SCons-3df4ee57235d30950d07b0b498387d5e16e67e6d.zip SCons-3df4ee57235d30950d07b0b498387d5e16e67e6d.tar.gz SCons-3df4ee57235d30950d07b0b498387d5e16e67e6d.tar.bz2 |
Add --debug=dtree option (Anthony Roach)
Diffstat (limited to 'test/option--debug.py')
-rw-r--r-- | test/option--debug.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/option--debug.py b/test/option--debug.py index 42274c4..ff791f0 100644 --- a/test/option--debug.py +++ b/test/option--debug.py @@ -90,6 +90,16 @@ test.fail_test(string.find(test.stdout(), tree) == -1) test.run(arguments = "--debug=tree " + foo) test.fail_test(string.find(test.stdout(), tree) == -1) + +tree = """ ++-%s + +-foo%s + +-bar%s +""" % (foo, obj,obj) + +test.run(arguments = "--debug=dtree " + foo) +test.fail_test(string.find(test.stdout(), tree) == -1) + tree = """scons: \".\" is up to date. +-. |