qemu-patch-raspberry4/tests/meson.build
Paolo Bonzini ffac93df19 meson: convert sample plugins
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-08-21 06:30:43 -04:00

19 lines
439 B
Meson

if have_system and 'CONFIG_POSIX' in config_host
subdir('qemu-iotests')
endif
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')
if 'CONFIG_PLUGIN' in config_host
subdir('plugin')
endif
endif
subdir('qapi-schema')
subdir('qtest')