]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qtest/migration-test.c
meson: convert tests/qtest to meson
[mirror_qemu.git] / tests / qtest / migration-test.c
index 21ea5ba1d283caaaa4c729467ff5bfad920bfe13..00a233cd8c00911081969b02fdc8e7f4103a765b 100644 (file)
@@ -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__))