Browse Source

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>
pull/211/head
Marc-André Lureau 4 years ago
committed by Paolo Bonzini
parent
commit
9d587100ff
  1. 2
      tests/unit/meson.build

2
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

Loading…
Cancel
Save