mirror of
https://github.com/systemd/systemd.git
synced 2025-02-15 09:57:39 +03:00
Various tests skip themselves when running in a container so make sure the test runs in a virtual machine so we get full coverage.
10 lines
252 B
Meson
10 lines
252 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
integration_tests += [
|
|
integration_test_template + {
|
|
'name' : fs.name(meson.current_source_dir()),
|
|
'storage': 'persistent',
|
|
'vm' : true,
|
|
},
|
|
]
|