summaryrefslogtreecommitdiff
path: root/src/import
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/import
parenta1a03fa54bfb45315eefaa49ceb38a21aceafde8 (diff)
downloadsystemd-e1eeebbb11ca0eca5dfd2ce32a928ee5174ea7ff.tar.gz
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/import')
-rw-r--r--src/import/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/meson.build b/src/import/meson.build
index 23f0858817..7e923072a9 100644
--- a/src/import/meson.build
+++ b/src/import/meson.build
@@ -61,9 +61,9 @@ if conf.get('ENABLE_IMPORTD') == 1
endif
tests += [
- [['src/import/test-qcow2.c',
- 'src/import/qcow2-util.c',
- 'src/import/qcow2-util.h'],
+ [files('test-qcow2.c',
+ 'qcow2-util.c',
+ 'qcow2-util.h'),
[],
[libz],
[], 'HAVE_ZLIB', 'manual'],