mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
rpcgen: Organize meson tests into suites
These are currently the only tests that are not part of any suite. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
4a01a0bc25
commit
688aedf2eb
@ -8,6 +8,7 @@ if pytest_prog.found()
|
|||||||
args: [ '-mpytest' ] + rpcgen_tests,
|
args: [ '-mpytest' ] + rpcgen_tests,
|
||||||
env: runutf8,
|
env: runutf8,
|
||||||
workdir: meson.current_source_dir(),
|
workdir: meson.current_source_dir(),
|
||||||
|
suite: 'script',
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -20,4 +20,5 @@ test(
|
|||||||
'test_demo',
|
'test_demo',
|
||||||
test_demo,
|
test_demo,
|
||||||
workdir: meson.current_source_dir(),
|
workdir: meson.current_source_dir(),
|
||||||
|
suite: 'bin',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user