summaryrefslogtreecommitdiff
path: root/src/import/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-01 06:29:03 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-19 07:04:19 +0900
commit5acb3cabd10bf0f635d8ca3a131df641e908d681 (patch)
tree80fc947b5b48b40e8857271de7d06939cb044c3c /src/import/meson.build
parent9aeec01e7757c13e5de11b592992a2eaedd67e3d (diff)
downloadsystemd-5acb3cabd10bf0f635d8ca3a131df641e908d681.tar.gz
meson: make the second and third elements of tests or fuzzers optional
Then, we can shorten many test definitions.
Diffstat (limited to 'src/import/meson.build')
-rw-r--r--src/import/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/meson.build b/src/import/meson.build
index 2207b8620e..b3bc682b0b 100644
--- a/src/import/meson.build
+++ b/src/import/meson.build
@@ -73,7 +73,7 @@ tests += [
[['src/import/test-qcow2.c',
'src/import/qcow2-util.c',
'src/import/qcow2-util.h'],
- [libshared],
+ [],
[libz],
- 'HAVE_ZLIB', 'manual'],
+ [], 'HAVE_ZLIB', 'manual'],
]