diff options
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/meson.build b/tests/meson.build index 55a7b08..3f38827 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -67,10 +67,6 @@ if have_tools and 'CONFIG_VHOST_USER' in config_host and 'CONFIG_LINUX' in confi dependencies: [qemuutil, vhost_user]) endif -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', |