Browse Source

docs/interop: Add test to keep vhost-user.json sane

We did this for firmware.json in commit d4181658df (docs: add test
for firmware.json QAPI).

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Message-ID: <20251103082354.3273027-10-armbru@redhat.com>
pull/307/head
Markus Armbruster 9 months ago
parent
commit
201a38d12b
  1. 9
      docs/meson.build

9
docs/meson.build

@ -99,7 +99,12 @@ if build_docs
alias_target('man', sphinxmans)
endif
test('QAPI firmware.json regression tests', qapi_gen,
args: ['-o', meson.current_build_dir() / 'qapi',
test('QAPI firmware.json regression test', qapi_gen,
args: ['-o', meson.current_build_dir() / 'qapi-firmware',
meson.current_source_dir() / 'interop/firmware.json'],
suite: ['qapi-schema', 'qapi-interop'])
test('QAPI vhost-user.json regression test', qapi_gen,
args: ['-o', meson.current_build_dir() / 'qapi-vhost-user',
meson.current_source_dir() / 'interop/vhost-user.json'],
suite: ['qapi-schema', 'qapi-interop'])

Loading…
Cancel
Save