summaryrefslogtreecommitdiffstats
path: root/test/Depends.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Depends.py')
-rw-r--r--test/Depends.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Depends.py b/test/Depends.py
index d0b2199..4870739 100644
--- a/test/Depends.py
+++ b/test/Depends.py
@@ -143,6 +143,9 @@ file2 = File('file2')
env.Depends(file1, [[file2, 'file3']])
""")
+test.write('file2', "file2\n")
+test.write('file3', "file3\n")
+
test.up_to_date(arguments = '.')
test.pass_test()