summaryrefslogtreecommitdiffstats
path: root/tests/qtest/libqos/libqos.h
diff options
context:
space:
mode:
authorMarc-André Lureau2022-03-30 11:39:05 +0200
committerMarc-André Lureau2022-05-03 13:16:51 +0200
commit907b5105f1b9e1af1abbdbb4f2039c7ab105c001 (patch)
treeccc9fdb503e2447cde53ab7ffc2787a5f583c7cd /tests/qtest/libqos/libqos.h
parentUse QEMU_SANITIZE_ADDRESS (diff)
downloadqemu-907b5105f1b9e1af1abbdbb4f2039c7ab105c001.tar.gz
qemu-907b5105f1b9e1af1abbdbb4f2039c7ab105c001.tar.xz
qemu-907b5105f1b9e1af1abbdbb4f2039c7ab105c001.zip
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/libqos/libqos.h')
-rw-r--r--tests/qtest/libqos/libqos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/libqos/libqos.h b/tests/qtest/libqos/libqos.h
index e0b2bfe7ca..ba7df448ca 100644
--- a/tests/qtest/libqos/libqos.h
+++ b/tests/qtest/libqos/libqos.h
@@ -1,7 +1,7 @@
#ifndef LIBQOS_H
#define LIBQOS_H
-#include "libqtest.h"
+#include "../libqtest.h"
#include "pci.h"
#include "malloc.h"