hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / TEST-02-UNITTESTS / meson.build
blob9be6f2a6d95322ba94a93a12e019da08579c37f5
1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 integration_tests += [
4         integration_test_template + {
5                 'name' : fs.name(meson.current_source_dir()),
6                 'coredump-exclude-regex' : '/(bash|python3.[0-9]+|systemd-executor)$',
7                 'cmdline' : integration_test_template['cmdline'] + [
8                         '''
10 systemd.setenv=TEST_CMDLINE_NEWLINE=foo
11                         ''',
12                         '''
13 systemd.setenv=TEST_CMDLINE_NEWLINE=bar
14                         ''',
15                 ],
16         },