toolbox/test/system/meson.build
Nieves Montero a0514cba12 test/system: Test that D-Bus works
https://github.com/containers/toolbox/issues/1330

Signed-off-by: Nieves Montero <nmontero@redhat.com>
2023-08-22 17:11:59 +02:00

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