diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-01-28 14:49:18 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:42 -0400 |
commit | d3ca592b3c10ba3d340e28f68a9a155dacdf4446 (patch) | |
tree | 11dcd48d0d344b158af5d9ad4b55ac55e1d789d0 /tests/meson.build | |
parent | acfdaac577130e86ebefe5564cfd121c16dbc3c4 (diff) |
meson: convert check-block
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index d724402cf4..f834c272e8 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,3 +1,7 @@ +if have_system and 'CONFIG_POSIX' in config_host + subdir('qemu-iotests') +endif + test('decodetree', sh, args: [ files('decode/check.sh'), config_host['PYTHON'], files('../scripts/decodetree.py') ], workdir: meson.current_source_dir() / 'decode', |