diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-09-26 14:23:09 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-10-10 08:00:00 +0200 |
commit | 992159c79fa894b53640d66affcfde5a4799c446 (patch) | |
tree | 9d5d6c9e285271be55b9f1bb0a5f6a59404e17ad /tests/check-qdict.c | |
parent | 228018179bb65b984fcfb63e08d7e5e529e1bb15 (diff) |
tests: Restore check-qdict unit test
Commit 0bcc8e5bd8d accidentally dropped check-qdict from the list of
unit tests (again, see commit 4429532b48a). Put it back, and fix up
the test.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180926122309.30631-1-armbru@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/check-qdict.c')
-rw-r--r-- | tests/check-qdict.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check-qdict.c b/tests/check-qdict.c index 86e9fe7dc4..a1e8305066 100644 --- a/tests/check-qdict.c +++ b/tests/check-qdict.c @@ -12,6 +12,8 @@ #include "qemu/osdep.h" #include "qapi/qmp/qdict.h" +#include "qapi/qmp/qnum.h" +#include "qapi/qmp/qstring.h" /* * Public Interface test-cases |