summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-03-07 17:35:44 +0100
committerSven Eden <yamakuzure@gmx.net>2018-03-07 17:40:19 +0100
commit991f95c1b59f6d1dc6099e0368426763ab507ca8 (patch)
tree3bc9a7c661aa8aedfad3b3c2fd77b54ee660ff00 /src/test/meson.build
parentc477f8d4b5a31f89ee5bbd75218a24f276c33175 (diff)
Some minor cleanups
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 77722de00..e6865a679 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -23,8 +23,8 @@ generate_sym_test_py = find_program('generate-sym-test.py')
test_libelogind_sym_c = custom_target(
'test-libelogind-sym.c',
- input : [libelogind_sym_path] + systemd_headers,
output : 'test-libelogind-sym.c',
+ input : [libelogind_sym_path] + systemd_headers,
command : [generate_sym_test_py, libelogind_sym_path] + systemd_headers,
capture : true)