mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +03:00
4a346b779a
Fixes #35277
13 lines
409 B
Meson
13 lines
409 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
integration_tests += [
|
|
integration_test_template + {
|
|
'name' : fs.name(meson.current_source_dir()),
|
|
'storage': 'persistent',
|
|
'vm' : true,
|
|
'coredump-exclude-regex' : '/(test-usr-dump|test-dump|bash)$',
|
|
},
|
|
]
|
|
|
|
testdata_subdirs += [meson.current_source_dir() / 'TEST-74-AUX-UTILS.units']
|