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>
This commit is contained in:
parent
f68938c435
commit
201a38d12b
1 changed files with 7 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue