meson: convert tests/qtest to meson

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2020-08-04 20:00:40 +02:00
parent 2634733c6b
commit a2ce7dbd91
147 changed files with 541 additions and 589 deletions

View file

@ -2,8 +2,8 @@
#include <sys/wait.h>
#include "libqtest.h"
#include "libqos/libqos.h"
#include "libqos/pci.h"
#include "libqos.h"
#include "pci.h"
#include "qapi/qmp/qdict.h"
/*** Test Setup & Teardown ***/