1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-21 02:50:18 +03:00

17 lines
465 B
Meson
Raw Permalink Normal View History

2024-05-05 10:39:22 +02:00
# SPDX-License-Identifier: LGPL-2.1-or-later
integration_tests += [
integration_test_template + {
'name' : fs.name(meson.current_source_dir()),
'cmdline' : integration_test_template['cmdline'] + [
'''
systemd.setenv=TEST_CMDLINE_NEWLINE=foo
''',
'''
systemd.setenv=TEST_CMDLINE_NEWLINE=bar
''',
],
},
]