diff options
author | Eric Blake <eblake@redhat.com> | 2015-10-12 22:22:23 -0600 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-10-15 08:39:07 +0200 |
commit | baabb84c5b27115b979d864cb2af4d63b823983f (patch) | |
tree | 76a36c5356c2a432668cecbea0a2b7b3fb876371 /tests/Makefile | |
parent | 7618b91ff80ec42b84b29be24d8ef53ddb377110 (diff) |
qapi: Drop redundant alternate-good test
The alternate-good.json test was already covered by
qapi-schema-test.json. As future commits will be tweaking
how alternates are laid out, removing the duplicate test now
reduces churn.
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1444710158-8723-4-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 209eca9bae..9a6601d014 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -230,7 +230,6 @@ qapi-schema += alternate-clash.json qapi-schema += alternate-conflict-dict.json qapi-schema += alternate-conflict-string.json qapi-schema += alternate-empty.json -qapi-schema += alternate-good.json qapi-schema += alternate-nested.json qapi-schema += alternate-unknown.json qapi-schema += args-alternate.json |