From: Paolo Bonzini Date: Mon, 8 Apr 2024 15:53:14 +0000 (+0200) Subject: tests: only build plugins if TCG is enabled X-Git-Tag: v9.1.0-rc0~143^2~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d04c7e5535e97e4a1a55d05cfe632b8c66369b36;p=thirdparty%2Fqemu.git tests: only build plugins if TCG is enabled There is no way to use them for testing, if all the available accelerators use hardware virtualization. Signed-off-by: Paolo Bonzini Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-ID: <20240408155330.522792-3-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/tests/meson.build b/tests/meson.build index 0a6f96f8f84..acb6807094b 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -78,9 +78,9 @@ subdir('decode') if 'CONFIG_TCG' in config_all_accel subdir('fp') + subdir('plugin') endif -subdir('plugin') subdir('unit') subdir('qapi-schema') subdir('qtest')