qapi: Add test for nonexistent schema file
commit334c3cd58a202d082703a1ae175b4230f4157f65
authorJohn Snow <jsnow@redhat.com>
Wed, 19 May 2021 18:39:38 +0000 (19 14:39 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 20 May 2021 09:28:27 +0000 (20 11:28 +0200)
tree92b0f44b9e88e91ac31f2e66c1231e745d3e1aa3
parent3404e57410b80734e6961b6574d6683d9c3d9c14
qapi: Add test for nonexistent schema file

This tests the error-return pathway introduced in the previous commit.
(Thanks to Paolo for the help with the Meson magic.)

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20210519183951.3946870-3-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
tests/qapi-schema/meson.build
tests/qapi-schema/missing-schema.err [new file with mode: 0644]
tests/qapi-schema/missing-schema.out [new file with mode: 0644]