mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
5748f13e54
Let's make this behave more like all the rest of the meson stuff. This also is the first step to making it a bit more flexible so we can define integration tests in different ways as will be seen in the next commits.
8 lines
182 B
Meson
8 lines
182 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
integration_tests += [
|
|
integration_test_template + {
|
|
'name' : fs.name(meson.current_source_dir()),
|
|
},
|
|
]
|