summaryrefslogtreecommitdiff
path: root/src/shutdown
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/shutdown
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/shutdown')
-rw-r--r--src/shutdown/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/meson.build b/src/shutdown/meson.build
index 78169e0ab6..a6462529ae 100644
--- a/src/shutdown/meson.build
+++ b/src/shutdown/meson.build
@@ -8,6 +8,6 @@ tests += [
[['src/shutdown/test-umount.c',
'src/shutdown/umount.c',
'src/shutdown/umount.h'],
- [libshared],
+ [],
[libmount]],
]