mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
348f5017a4
Most of these are identical, let's just generate from a meson template.
11 lines
331 B
Meson
11 lines
331 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
integration_tests += [
|
|
integration_test_template + {
|
|
'name' : fs.name(meson.current_source_dir()),
|
|
'unit' : files('TEST-16-EXTEND-TIMEOUT.service'),
|
|
},
|
|
]
|
|
|
|
testdata_subdirs += [meson.current_source_dir() / 'TEST-16-EXTEND-TIMEOUT.units']
|