2020-01-28 16:41:44 +01: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 14:08:31 +02:00
|
|
|
|
|
|
|
if 'CONFIG_TCG' in config_host
|
|
|
|
subdir('fp')
|
|
|
|
endif
|
2020-01-28 18:05:14 +01:00
|
|
|
|
|
|
|
subdir('qapi-schema')
|
2020-08-04 20:00:40 +02:00
|
|
|
subdir('qtest')
|