blob: d724402cf42011ec54bcda2fffe10f66622c3338 (
plain) (
tree)
|
|
test('decodetree', sh,
args: [ files('decode/check.sh'), config_host['PYTHON'], files('../scripts/decodetree.py') ],
workdir: meson.current_source_dir() / 'decode',
suite: 'decodetree')
if 'CONFIG_TCG' in config_host
subdir('fp')
endif
subdir('qapi-schema')
subdir('qtest')
|