diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2020-08-03 09:05:54 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-08 11:43:16 +0200 |
commit | 279588d4deea2694ebe9ceb29dfdc5c08a7c4e27 (patch) | |
tree | 69bdfc95c3065cf0801074c7f3dfb861c8c6d066 /tests/test-qga.c | |
parent | a9726a900d163d3e6d9551715ba00eec5b347413 (diff) |
meson: convert the unit tests
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20200828110734.1638685-7-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/test-qga.c')
-rw-r--r-- | tests/test-qga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-qga.c b/tests/test-qga.c index 65d7992edc..c1b173b3cb 100644 --- a/tests/test-qga.c +++ b/tests/test-qga.c @@ -4,7 +4,7 @@ #include <sys/socket.h> #include <sys/un.h> -#include "libqos/libqtest.h" +#include "qtest/libqos/libqtest.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qlist.h" |