mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +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,
|
||||
env: runutf8,
|
||||
workdir: meson.current_source_dir(),
|
||||
suite: 'script',
|
||||
)
|
||||
endif
|
||||
|
||||
|
@ -20,4 +20,5 @@ test(
|
||||
'test_demo',
|
||||
test_demo,
|
||||
workdir: meson.current_source_dir(),
|
||||
suite: 'bin',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user