summaryrefslogtreecommitdiffstats
path: root/test/TEST-55-OOMD/meson.build
blob: 2566316c93cc115f111b93c5410edf2c5c2c1647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: LGPL-2.1-or-later

integration_tests += [
        integration_test_template + {
                'name' : fs.name(meson.current_source_dir()),
                '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,
        },
]