xref: /openbmc/qemu/tests/qemu-iotests/meson.build (revision c1b701587e59d9569c38d1d6033cd7cc2a992105)
1if 'CONFIG_LINUX' in config_host
2    socket_scm_helper = executable('socket_scm_helper', 'socket_scm_helper.c',
3                                    build_by_default: false)
4else
5    socket_scm_helper = []
6endif
7test('qemu-iotests', sh, args: [files('../check-block.sh')],
8     depends: [qemu_block_tools, emulators, socket_scm_helper],
9     suite: 'block', timeout: 10000)
10
11