summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hughes <kivhift@gmail.com>2012-07-24 10:17:56 -0400
committerJoshua Hughes <kivhift@gmail.com>2012-07-24 10:17:56 -0400
commit4cd9aea6453a007fbe61e76a7b1e7a699ea5d707 (patch)
tree7239283bd605dd61b5a399d1b1ae66edd6ec4dce
parentd212aaba4e5053e51c8666e2ab56900f0b48627f (diff)
downloadscons-4cd9aea6453a007fbe61e76a7b1e7a699ea5d707.tar.gz
Make sure things aren't rebuilt.
SCons should not rebuild things after the first successful build when using WINDOWS_INSERT_DEF = 0.
-rw-r--r--test/MinGW/WINDOWS_INSERT_DEF.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MinGW/WINDOWS_INSERT_DEF.py b/test/MinGW/WINDOWS_INSERT_DEF.py
index 31c0707a..78aa26e4 100644
--- a/test/MinGW/WINDOWS_INSERT_DEF.py
+++ b/test/MinGW/WINDOWS_INSERT_DEF.py
@@ -51,6 +51,7 @@ hello_dll = env.SharedLibrary(WINDOWS_INSERT_DEF = 0,
test.run(arguments = ".")
test.must_not_exist('hello.def')
+test.up_to_date(arguments = ".")
test.pass_test()