meson: cpu-emu
[qemu/ar7.git] / tests / meson.build
blobd724402cf42011ec54bcda2fffe10f66622c3338
1 test('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')
6 if 'CONFIG_TCG' in config_host
7   subdir('fp')
8 endif
10 subdir('qapi-schema')
11 subdir('qtest')