tests: move libqtest.h back under qtest/

Since commit a2ce7dbd91 ("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>
This commit is contained in:
Marc-André Lureau 2022-03-30 13:39:05 +04:00
parent 638466f777
commit 907b5105f1
142 changed files with 141 additions and 141 deletions

View file

@ -16,7 +16,7 @@
#include "qemu/osdep.h"
#include "exec/hwaddr.h"
#include "libqos/libqtest.h"
#include "libqtest.h"
#include "hw/arm/nrf51.h"
#include "hw/char/nrf51_uart.h"