aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-08-31 15:47:55 +0200
committerMarkus Armbruster <armbru@redhat.com>2015-09-04 15:47:16 +0200
commit91f9816da4d505d379753896f3f7b6abb910324b (patch)
tree58b964387a934b4b089ca8880554910afdd739cc /tests/Makefile
parent65fbe125451da9421070ab03944c9600a264eefc (diff)
downloadqemu-91f9816da4d505d379753896f3f7b6abb910324b.zip
qemu-91f9816da4d505d379753896f3f7b6abb910324b.tar.gz
qemu-91f9816da4d505d379753896f3f7b6abb910324b.tar.bz2
tests/qapi-schema: Cover two more syntax errors
Syntax error coverage should now be complete. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index b8d445e..597ca90 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -237,6 +237,7 @@ check-qapi-schema-y := $(addprefix tests/qapi-schema/, \
missing-colon.json missing-comma-list.json missing-comma-object.json \
nested-struct-data.json non-objects.json \
qapi-schema-test.json quoted-structural-chars.json \
+ leading-comma-list.json leading-comma-object.json \
trailing-comma-list.json trailing-comma-object.json \
unclosed-list.json unclosed-object.json unclosed-string.json \
duplicate-key.json union-invalid-base.json union-bad-branch.json \