mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
638466f777
commit
907b5105f1
142 changed files with 141 additions and 141 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef LIBQOS_H
|
||||
#define LIBQOS_H
|
||||
|
||||
#include "libqtest.h"
|
||||
#include "../libqtest.h"
|
||||
#include "pci.h"
|
||||
#include "malloc.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue