a0514cba12
https://github.com/containers/toolbox/issues/1330 Signed-off-by: Nieves Montero <nmontero@redhat.com>
11 lines
217 B
Meson
11 lines
217 B
Meson
test_system = files(
|
|
'201-ipc.bats',
|
|
'203-network.bats',
|
|
'206-user.bats',
|
|
'210-ulimit.bats',
|
|
'211-dbus.bats',
|
|
)
|
|
|
|
if shellcheck.found()
|
|
test('shellcheck test/system', shellcheck, args: [test_system])
|
|
endif
|