mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
meson: convert tests/qtest to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2634733c6b
commit
a2ce7dbd91
147 changed files with 541 additions and 589 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
|
||||
#include "libqtest.h"
|
||||
#include "libqos/libqtest.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qemu/module.h"
|
||||
|
@ -25,7 +25,7 @@
|
|||
#include "qapi/qobject-output-visitor.h"
|
||||
|
||||
#include "migration-helpers.h"
|
||||
#include "migration/migration-test.h"
|
||||
#include "tests/migration/migration-test.h"
|
||||
|
||||
/* TODO actually test the results and get rid of this */
|
||||
#define qtest_qmp_discard_response(...) qobject_unref(qtest_qmp(__VA_ARGS__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue