summaryrefslogtreecommitdiff
path: root/src/timesync
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/timesync
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/timesync')
-rw-r--r--src/timesync/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timesync/meson.build b/src/timesync/meson.build
index 91e7cacfc5..6b486cd1c4 100644
--- a/src/timesync/meson.build
+++ b/src/timesync/meson.build
@@ -49,7 +49,7 @@ tests += [
'src/timesync/timesyncd-server.c',
'src/timesync/timesyncd-server.h',
timesyncd_gperf_c],
- [libshared],
+ [],
[libm],
- 'ENABLE_TIMESYNCD'],
+ [], 'ENABLE_TIMESYNCD'],
]