diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-23 19:57:15 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-06 10:50:37 +0200 |
commit | 9d587100ff115c05da188e524d70a6a782a5d80c (patch) | |
tree | f3d196cf1ced543b173de4569b50af0121ec5269 /tests/unit | |
parent | 5a5c170043f368f28cedc486061aa3cedf394d7e (diff) | |
download | qemu-9d587100ff115c05da188e524d70a6a782a5d80c.zip qemu-9d587100ff115c05da188e524d70a6a782a5d80c.tar.gz qemu-9d587100ff115c05da188e524d70a6a782a5d80c.tar.bz2 |
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 96b2952..026e39f 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 |