mirror of
https://github.com/systemd/systemd.git
synced 2025-01-07 21:18:41 +03:00
4ce12c3933
This allows doing other stuff with the test without actually defining the test, such as generating a service unit automatically.
9 lines
217 B
Meson
9 lines
217 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
integration_tests += [
|
|
integration_test_template + {
|
|
'name' : fs.name(meson.current_source_dir()),
|
|
'enabled' : false,
|
|
},
|
|
]
|