summaryrefslogtreecommitdiffstats
path: root/src/shutdown
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-06-26 01:52:26 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-08-03 13:37:16 +0200
commit130c87b16a572169a3c4978391ca53fc37a19afe (patch)
treec0fc9759cc8b5516b1f512c952feeddd7ff464e7 /src/shutdown
parenttest: rename udev-rule-runner -> test-udev-rule-runner (diff)
downloadsystemd-130c87b16a572169a3c4978391ca53fc37a19afe.tar.xz
systemd-130c87b16a572169a3c4978391ca53fc37a19afe.zip
meson: merge declarations of normal and test executables
Diffstat (limited to 'src/shutdown')
-rw-r--r--src/shutdown/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shutdown/meson.build b/src/shutdown/meson.build
index 0b16c431b4..219f9fd308 100644
--- a/src/shutdown/meson.build
+++ b/src/shutdown/meson.build
@@ -28,10 +28,7 @@ executables += [
'build_by_default' : have_standalone_binaries,
'install' : have_standalone_binaries,
},
-]
-
-tests += [
- {
+ test_template + {
'sources' : files(
'test-umount.c',
'detach-swap.c',