mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 05:20:50 +00:00
a2ce7dbd91
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
12 lines
293 B
Meson
12 lines
293 B
Meson
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')
|