1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00
systemd/test/TEST-55-OOMD/meson.build

15 lines
633 B
Meson
Raw Normal View History

# SPDX-License-Identifier: LGPL-2.1-or-later
integration_tests += [
integration_test_template + {
'name' : fs.name(meson.current_source_dir()),
2024-05-14 23:14:27 +03:00
'credentials' : integration_test_template['credentials'] + [
files('systemd.unit-dropin.init.scope'),
# OpenSUSE disables all controller delegation for the user manager template. Mask the
# dropin to make TEST-55-OOMD pass on OpenSUSE.
'systemd.unit-dropin.user@.service~20-defaults-SUSE=',
],
'vm' : true,
},
]