summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Hughes <kivhift@gmail.com>2012-07-24 14:17:56 (GMT)
committerJoshua Hughes <kivhift@gmail.com>2012-07-24 14:17:56 (GMT)
commit1a8576e9eaf4329247ff522e2e687fd7011185a7 (patch)
tree7239283bd605dd61b5a399d1b1ae66edd6ec4dce
parent593b92958c6438d2b8a07d39efae97add8d90209 (diff)
downloadSCons-1a8576e9eaf4329247ff522e2e687fd7011185a7.zip
SCons-1a8576e9eaf4329247ff522e2e687fd7011185a7.tar.gz
SCons-1a8576e9eaf4329247ff522e2e687fd7011185a7.tar.bz2
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 31c0707..78aa26e 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()