summaryrefslogtreecommitdiffstats
path: root/test/TEST-79-MEMPRESS
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-79-MEMPRESS
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-79-MEMPRESS')
-rw-r--r--test/TEST-79-MEMPRESS/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/TEST-79-MEMPRESS/meson.build b/test/TEST-79-MEMPRESS/meson.build
index 8dec5f37e7..2b832a8f6d 100644
--- a/test/TEST-79-MEMPRESS/meson.build
+++ b/test/TEST-79-MEMPRESS/meson.build
@@ -3,5 +3,8 @@
integration_tests += [
integration_test_template + {
'name' : fs.name(meson.current_source_dir()),
+ 'configuration' : integration_test_template['configuration'] + {
+ 'memory-accounting' : 'yes',
+ },
},
]