mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
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:
+7
-2
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user