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

integration_tests += [
        integration_test_template + {
                'name' : fs.name(meson.current_source_dir()),
                'mkosi_args' : integration_test_template['mkosi_args'] + [
                        '--credential=@0@'.format(meson.current_source_dir() / 'systemd.unit-dropin.init.scope')
                ]
        },
]