aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/meson.build
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-03-21 17:42:42 +0100
committerMarkus Armbruster <armbru@redhat.com>2022-04-21 10:11:25 +0200
commitb36dc5c279706e23ed75f0a90dfe7195340a73cb (patch)
tree59d756b86edd38fae3a5b8e86b08ffd19ac26a43 /tests/qapi-schema/meson.build
parenta58069494ded1282c36b7fca8d67bf487c160983 (diff)
downloadqemu-b36dc5c279706e23ed75f0a90dfe7195340a73cb.zip
qemu-b36dc5c279706e23ed75f0a90dfe7195340a73cb.tar.gz
qemu-b36dc5c279706e23ed75f0a90dfe7195340a73cb.tar.bz2
qapi-schema: test: add a qapi-schema-test for array alternates
Check that conflicts among array alternates are detected correctly. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20220321164243.200569-3-pbonzini@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> [Expected test output alternate-conflict-lists.json corrected] Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/meson.build')
-rw-r--r--tests/qapi-schema/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qapi-schema/meson.build b/tests/qapi-schema/meson.build
index caf0791..c18dd7d 100644
--- a/tests/qapi-schema/meson.build
+++ b/tests/qapi-schema/meson.build
@@ -11,6 +11,7 @@ schemas = [
'alternate-conflict-dict.json',
'alternate-conflict-enum-bool.json',
'alternate-conflict-enum-int.json',
+ 'alternate-conflict-lists.json',
'alternate-conflict-string.json',
'alternate-conflict-bool-string.json',
'alternate-conflict-num-string.json',