summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()