summaryrefslogtreecommitdiffstats
path: root/test/TEST-82-SOFTREBOOT/meson.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-12 10:50:47 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-14 12:43:28 +0200
commit348f5017a40a518b041df0ed7071da8d5482ce5c (patch)
tree45d10213029071fd6e3f7cd1a188a2172b8938a1 /test/TEST-82-SOFTREBOOT/meson.build
parentTEST-46-HOMED: Simplify service unit (diff)
downloadsystemd-348f5017a40a518b041df0ed7071da8d5482ce5c.tar.xz
systemd-348f5017a40a518b041df0ed7071da8d5482ce5c.zip
test: Generate basic testsuite services with meson
Most of these are identical, let's just generate from a meson template.
Diffstat (limited to 'test/TEST-82-SOFTREBOOT/meson.build')
-rw-r--r--test/TEST-82-SOFTREBOOT/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-82-SOFTREBOOT/meson.build b/test/TEST-82-SOFTREBOOT/meson.build
index d53dbe562c..575ada9851 100644
--- a/test/TEST-82-SOFTREBOOT/meson.build
+++ b/test/TEST-82-SOFTREBOOT/meson.build
@@ -4,5 +4,6 @@ integration_tests += [
integration_test_template + {
'name' : fs.name(meson.current_source_dir()),
'enabled' : false,
+ 'unit' : files('TEST-82-SOFTREBOOT.service'),
},
]