1 if 'CONFIG_LINUX' in config_host
2 socket_scm_helper = executable('socket_scm_helper', 'socket_scm_helper.c',
3 build_by_default: false)
7 test('qemu-iotests', sh, args: [files('../check-block.sh')],
8 depends: [qemu_block_tools, emulators, socket_scm_helper],
9 suite: 'block', timeout: 10000)