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') 12 if 'CONFIG_PLUGIN' in config_host 13 subdir('plugin') 14 endif 15endif 16 17subdir('qapi-schema') 18subdir('qtest') 19