From 1a8576e9eaf4329247ff522e2e687fd7011185a7 Mon Sep 17 00:00:00 2001 From: Joshua Hughes Date: Tue, 24 Jul 2012 10:17:56 -0400 Subject: Make sure things aren't rebuilt. SCons should not rebuild things after the first successful build when using WINDOWS_INSERT_DEF = 0. --- test/MinGW/WINDOWS_INSERT_DEF.py | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v0.12