From: Nikolaus Rath Date: Mon, 10 Apr 2017 23:39:01 +0000 (-0700) Subject: Only build test/*.py if out of date. X-Git-Tag: fuse-3.0.1~5 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=001b7dc1943e612763fd0ad59485631ba5637cbe;p=qemu-gpiodev%2Flibfuse.git Only build test/*.py if out of date. --- 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