From: Marc-André Lureau Date: Wed, 23 Mar 2022 15:57:15 +0000 (+0400) Subject: meson: remove test-qdev-global-props dependency on testqapi X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9d587100ff115c05da188e524d70a6a782a5d80c;p=qemu.git meson: remove test-qdev-global-props dependency on testqapi Signed-off-by: Marc-André Lureau Message-Id: <20220323155743.1585078-5-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/tests/unit/meson.build b/tests/unit/meson.build index 96b295263e..026e39f520 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -148,7 +148,7 @@ if have_system endif tests += { - 'test-qdev-global-props': [qom, hwcore, testqapi] + 'test-qdev-global-props': [qom, hwcore] } endif endif