summaryrefslogtreecommitdiff
path: root/src/machine/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/machine/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/machine/meson.build')
-rw-r--r--src/machine/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/meson.build b/src/machine/meson.build
index ebbd46d4f2..ac13690397 100644
--- a/src/machine/meson.build
+++ b/src/machine/meson.build
@@ -40,5 +40,5 @@ tests += [
[libmachine_core,
libshared],
[threads],
- 'ENABLE_MACHINED'],
+ [], 'ENABLE_MACHINED'],
]