diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-04 20:00:40 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:20 -0400 |
| commit | a2ce7dbd917a18408cf4bfd132578b46c2752a72 (patch) | |
| tree | fb0ddda03657f0ccacf5a42aae65f0b11aaf3ffb /tests/qtest/arm-cpu-features.c | |
| parent | 2634733c6bfcb803a6b8f107a8ed1f3c598b0a47 (diff) | |
| download | focaccia-qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.gz focaccia-qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.zip | |
meson: convert tests/qtest to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qtest/arm-cpu-features.c')
| -rw-r--r-- | tests/qtest/arm-cpu-features.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/arm-cpu-features.c b/tests/qtest/arm-cpu-features.c index f7e062c189..77b5e30a9c 100644 --- a/tests/qtest/arm-cpu-features.c +++ b/tests/qtest/arm-cpu-features.c @@ -10,7 +10,7 @@ */ #include "qemu/osdep.h" #include "qemu/bitops.h" -#include "libqtest.h" +#include "libqos/libqtest.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qjson.h" |