libqtest: Rename qmp_assert_error_class() to qmp_expect_error_and_unref()
[qemu.git] / tests / qemu-iotests / meson.build
blob3de09fb8fabd6cd60d8163af1a542f675563af30
1 if 'CONFIG_LINUX' in config_host
2     socket_scm_helper = executable('socket_scm_helper', 'socket_scm_helper.c',
3                                     build_by_default: false)
4 else
5     socket_scm_helper = []
6 endif
7 test('qemu-iotests', sh, args: [files('../check-block.sh')],
8      depends: [qemu_block_tools, emulators, socket_scm_helper],
9      suite: 'block', timeout: 10000)