mirror of
https://github.com/qemu/qemu.git
synced 2025-08-14 20:31:47 +00:00
5 lines
201 B
Meson
5 lines
201 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')
|