From 001b7dc1943e612763fd0ad59485631ba5637cbe Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 10 Apr 2017 16:39:01 -0700 Subject: Only build test/*.py if out of date. --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3