2020-01-28 16:49:18 +03:00
|
|
|
if have_system and 'CONFIG_POSIX' in config_host
|
|
|
|
subdir('qemu-iotests')
|
|
|
|
endif
|
|
|
|
|
2020-01-28 18:41:44 +03:00
|
|
|
test('decodetree', sh,
|
|
|
|
args: [ files('decode/check.sh'), config_host['PYTHON'], files('../scripts/decodetree.py') ],
|
|
|
|
workdir: meson.current_source_dir() / 'decode',
|
|
|
|
suite: 'decodetree')
|
2020-08-06 15:08:31 +03:00
|
|
|
|
|
|
|
if 'CONFIG_TCG' in config_host
|
|
|
|
subdir('fp')
|
2020-02-04 18:09:05 +03:00
|
|
|
if 'CONFIG_PLUGIN' in config_host
|
|
|
|
subdir('plugin')
|
|
|
|
endif
|
2020-08-06 15:08:31 +03:00
|
|
|
endif
|
2020-01-28 20:05:14 +03:00
|
|
|
|
|
|
|
subdir('qapi-schema')
|
2020-08-04 21:00:40 +03:00
|
|
|
subdir('qtest')
|