xref: /qemu/tests/meson.build (revision 5e7fbd25)
1test('decodetree', sh,
2     args: [ files('decode/check.sh'), config_host['PYTHON'], files('../scripts/decodetree.py') ],
3     workdir: meson.current_source_dir() / 'decode',
4     suite: 'decodetree')
5
6if 'CONFIG_TCG' in config_host
7  subdir('fp')
8endif
9
10subdir('qapi-schema')
11