From 20cf5cb487021dd1bec1eec326af138a8b15d987 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 15 Oct 2021 16:47:43 +0200 Subject: configure, meson: move guest-agent, tools to meson Signed-off-by: Paolo Bonzini --- tests/unit/meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/unit/meson.build') diff --git a/tests/unit/meson.build b/tests/unit/meson.build index 0959061..3a51759 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -149,9 +149,7 @@ if have_system endif endif -if 'CONFIG_TSAN' not in config_host and \ - 'CONFIG_GUEST_AGENT' in config_host and \ - 'CONFIG_LINUX' in config_host +if have_ga and targetos == 'linux' and 'CONFIG_TSAN' not in config_host tests += {'test-qga': ['../qtest/libqtest.c']} test_deps += {'test-qga': qga} endif -- cgit v1.1