diff options
| author | Peter Xu | 2018-03-26 08:38:59 +0200 |
|---|---|---|
| committer | Eric Blake | 2018-03-27 17:17:45 +0200 |
| commit | 1a1b11dc0fb519f6dbc420925bde032e772fd610 (patch) | |
| tree | 9ea485a78d0988d595a2a658965d61be0a28f878 /tests/Makefile.include | |
| parent | tests: let qapi-schema tests detect oob (diff) | |
| download | qemu-1a1b11dc0fb519f6dbc420925bde032e772fd610.tar.gz qemu-1a1b11dc0fb519f6dbc420925bde032e772fd610.tar.xz qemu-1a1b11dc0fb519f6dbc420925bde032e772fd610.zip | |
tests: add oob-test for qapi-schema
It simply tests the new OOB capability, and make sure the QAPISchema can
parse it correctly.
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20180326063901.27425-7-peterx@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index eb218a9539..3b9a5e31a2 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -523,6 +523,7 @@ qapi-schema += missing-comma-object.json qapi-schema += missing-type.json qapi-schema += nested-struct-data.json qapi-schema += non-objects.json +qapi-schema += oob-test.json qapi-schema += pragma-doc-required-crap.json qapi-schema += pragma-extra-junk.json qapi-schema += pragma-name-case-whitelist-crap.json |
