summaryrefslogtreecommitdiffstats
path: root/src/coredump
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2022-01-11 10:21:23 +0100
committerJan Janssen <medhefgo@web.de>2022-01-11 14:15:54 +0100
commite1eeebbb11ca0eca5dfd2ce32a928ee5174ea7ff (patch)
tree315a40545bb4f33d241411346efdebb6574b6030 /src/coredump
parentsd-bus/man: document EBUSY error in bus_message_read (#21954) (diff)
downloadsystemd-e1eeebbb11ca0eca5dfd2ce32a928ee5174ea7ff.tar.xz
systemd-e1eeebbb11ca0eca5dfd2ce32a928ee5174ea7ff.zip
meson: Use files() for tests
Not having to provide the full path in the source tree is much nicer and the produced lists can also be used anywhere in the source tree.
Diffstat (limited to 'src/coredump')
-rw-r--r--src/coredump/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/coredump/meson.build b/src/coredump/meson.build
index b832192c9f..49ea93965b 100644
--- a/src/coredump/meson.build
+++ b/src/coredump/meson.build
@@ -14,8 +14,8 @@ if conf.get('ENABLE_COREDUMP') == 1 and install_sysconfdir_samples
endif
tests += [
- [['src/coredump/test-coredump-vacuum.c',
- 'src/coredump/coredump-vacuum.c',
- 'src/coredump/coredump-vacuum.h'],
+ [files('test-coredump-vacuum.c',
+ 'coredump-vacuum.c',
+ 'coredump-vacuum.h'),
[], [], [], '', 'manual'],
]