aboutsummaryrefslogtreecommitdiff
path: root/tests/test-qgraph.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-08-04 20:00:40 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:20 -0400
commita2ce7dbd917a18408cf4bfd132578b46c2752a72 (patch)
treefb0ddda03657f0ccacf5a42aae65f0b11aaf3ffb /tests/test-qgraph.c
parent2634733c6bfcb803a6b8f107a8ed1f3c598b0a47 (diff)
downloadqemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.zip
qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.gz
qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.bz2
meson: convert tests/qtest to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/test-qgraph.c')
-rw-r--r--tests/test-qgraph.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test-qgraph.c b/tests/test-qgraph.c
index 5c7e457..267291c 100644
--- a/tests/test-qgraph.c
+++ b/tests/test-qgraph.c
@@ -17,9 +17,8 @@
*/
#include "qemu/osdep.h"
-#include "libqtest.h"
-#include "libqos/qgraph.h"
-#include "libqos/qgraph_internal.h"
+#include "qtest/libqos/qgraph.h"
+#include "qtest/libqos/qgraph_internal.h"
#define MACHINE_PC "x86_64/pc"
#define MACHINE_RASPI2 "arm/raspi2"