diff options
author | Marc-André Lureau | 2022-03-23 16:57:15 +0100 |
---|---|---|
committer | Paolo Bonzini | 2022-04-06 10:50:37 +0200 |
commit | 9d587100ff115c05da188e524d70a6a782a5d80c (patch) | |
tree | f3d196cf1ced543b173de4569b50af0121ec5269 /tests/unit | |
parent | meson: remove unneeded py3 (diff) | |
download | qemu-9d587100ff115c05da188e524d70a6a782a5d80c.tar.gz qemu-9d587100ff115c05da188e524d70a6a782a5d80c.tar.xz qemu-9d587100ff115c05da188e524d70a6a782a5d80c.zip |
meson: remove test-qdev-global-props dependency on testqapi
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220323155743.1585078-5-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |