systemd/test/TEST-02-UNITTESTS/meson.build

17 lines
465 B
Meson
Raw Normal View History

2024-05-05 08:39:22 +00: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
''',
],
},
]