xref: /openbmc/qemu/tests/qemu-iotests/meson.build (revision 9921e3d3)
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