1 if have_tools and targetos != 'windows'
2 qemu_iotests_binaries = [qemu_img, qemu_io, qemu_nbd, qsd]
3 qemu_iotests_env = {'PYTHON': python.full_path()}
4 qemu_iotests_formats = {
12 foreach k, v : emulators
13 if k.startswith('qemu-system-')
14 qemu_iotests_binaries += v
17 foreach format, speed: qemu_iotests_formats
21 suites = ['block-' + speed, speed]
23 test('qemu-iotests ' + format, sh, args: [files('../check-block.sh'), format],
24 depends: qemu_iotests_binaries, env: qemu_iotests_env,