summaryrefslogtreecommitdiffstats
path: root/test/CC.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-05-14 03:08:46 (GMT)
committerSteven Knight <knight@baldmt.com>2004-05-14 03:08:46 (GMT)
commit86c11822b8f41dff8ec28e4ee8a8afeec9bfaa5f (patch)
treef4e261a94be38bdc1beff13b857c54b169113baf /test/CC.py
parente2ed7aef1547812fa9ce49ae726ae1815158936d (diff)
downloadSCons-86c11822b8f41dff8ec28e4ee8a8afeec9bfaa5f.zip
SCons-86c11822b8f41dff8ec28e4ee8a8afeec9bfaa5f.tar.gz
SCons-86c11822b8f41dff8ec28e4ee8a8afeec9bfaa5f.tar.bz2
Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.
Diffstat (limited to 'test/CC.py')
-rw-r--r--test/CC.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CC.py b/test/CC.py
index ca4867b..e7795d3 100644
--- a/test/CC.py
+++ b/test/CC.py
@@ -188,8 +188,12 @@ test.run(arguments = 'foo' + _exe)
test.fail_test(os.path.exists(test.workpath('wrapper.out')))
+test.up_to_date(arguments = 'foo' + _exe)
+
test.run(arguments = 'bar' + _exe)
test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
+test.up_to_date(arguments = 'bar' + _exe)
+
test.pass_test()