aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-04-10 16:39:01 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-04-10 16:39:01 -0700
commit001b7dc1943e612763fd0ad59485631ba5637cbe (patch)
tree685794d725d34ea3894fb9d62f4bcd1de82aae4f /test
parenteb972114156dc5624a50b81562040e8af06cb7e3 (diff)
Only build test/*.py if out of date.
Diffstat (limited to 'test')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 971c64a..7f07e65 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -18,7 +18,7 @@ td += executable('test_syscalls', 'test_syscalls.c',
foreach fname : [ 'conftest.py', 'pytest.ini', 'test_examples.py',
'util.py' ]
td += custom_target(fname, input: fname, output: fname,
- command: ['cp', '-fP', '--preserve=mode',
+ command: ['cp', '-fPu', '--preserve=mode',
'@INPUT@', '@OUTPUT@'])
endforeach