hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
[qemu/ar7.git] / tests / meson.build
blobfe2c6d8e6b6bacd11ade5abc80c7a8d873cef99e
1 if have_system and 'CONFIG_POSIX' in config_host
2   subdir('qemu-iotests')
3 endif
5 test('decodetree', sh,
6      args: [ files('decode/check.sh'), config_host['PYTHON'], files('../scripts/decodetree.py') ],
7      workdir: meson.current_source_dir() / 'decode',
8      suite: 'decodetree')
10 if 'CONFIG_TCG' in config_host
11   subdir('fp')
12   if 'CONFIG_PLUGIN' in config_host
13     subdir('plugin')
14   endif
15 endif
17 subdir('qapi-schema')
18 subdir('qtest')