1if have_system and 'CONFIG_POSIX' in config_host 2 subdir('qemu-iotests') 3endif 4 5test('decodetree', sh, 6 args: [ files('decode/check.sh'), config_host['PYTHON'], files('../scripts/decodetree.py') ], 7 workdir: meson.current_source_dir() / 'decode', 8 suite: 'decodetree') 9 10if 'CONFIG_TCG' in config_host 11 subdir('fp') 12endif 13 14subdir('qapi-schema') 15subdir('qtest') 16