mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
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()),
|
||
|
},
|
||
|
]
|