diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-03-15 13:57:24 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-03-16 07:13:03 +0100 |
commit | bdc001caaa60dd71af8cddf73688f28ac5a32bc2 (patch) | |
tree | 44d7b67037753438a1b5618c44a31bfd7198e49a /tests/Makefile.include | |
parent | 4ea7148e89deda8795b3233bc5ba8c4bf037230e (diff) |
tests/qapi-schema: Rename doc-bad-args to doc-bad-command-arg
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1489582656-31133-36-git-send-email-armbru@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r-- | tests/Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 505f918404..734c7ff6da 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -367,7 +367,7 @@ qapi-schema += base-cycle-direct.json qapi-schema += base-cycle-indirect.json qapi-schema += command-int.json qapi-schema += comments.json -qapi-schema += doc-bad-args.json +qapi-schema += doc-bad-command-arg.json qapi-schema += doc-bad-symbol.json qapi-schema += doc-before-include.json qapi-schema += doc-before-pragma.json |