aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/ivshmem-test.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-03-30 13:39:05 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2022-05-03 15:16:51 +0400
commit907b5105f1b9e1af1abbdbb4f2039c7ab105c001 (patch)
treeccc9fdb503e2447cde53ab7ffc2787a5f583c7cd /tests/qtest/ivshmem-test.c
parent638466f777dc385dbd9b581ea31c6defd5f75efe (diff)
downloadqemu-907b5105f1b9e1af1abbdbb4f2039c7ab105c001.zip
qemu-907b5105f1b9e1af1abbdbb4f2039c7ab105c001.tar.gz
qemu-907b5105f1b9e1af1abbdbb4f2039c7ab105c001.tar.bz2
tests: move libqtest.h back under qtest/
Since commit a2ce7dbd917 ("meson: convert tests/qtest to meson"), libqtest.h is under libqos/ directory, while libqtest.c is still in qtest/. Move back to its original location to avoid mixing with libqos/. Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Diffstat (limited to 'tests/qtest/ivshmem-test.c')
-rw-r--r--tests/qtest/ivshmem-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/ivshmem-test.c b/tests/qtest/ivshmem-test.c
index 95628a4..bfc91d1 100644
--- a/tests/qtest/ivshmem-test.c
+++ b/tests/qtest/ivshmem-test.c
@@ -13,7 +13,7 @@
#include "contrib/ivshmem-server/ivshmem-server.h"
#include "libqos/libqos-pc.h"
#include "libqos/libqos-spapr.h"
-#include "libqos/libqtest.h"
+#include "libqtest.h"
#define TMPSHMSIZE (1 << 20)
static char *tmpshm;