diff options
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 34a5054514..f35dc85ca2 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -216,6 +216,15 @@ foreach test_name, extra: tests suite: ['unit']) endforeach + +if have_tools and 'CONFIG_VHOST_USER' in config_host + executable('vhost-user-bridge', + sources: files('vhost-user-bridge.c'), + link_with: [libvhost_user], + dependencies: [qemuutil], + build_by_default: false) +endif + if have_system and 'CONFIG_POSIX' in config_host subdir('qemu-iotests') endif |