From: Andrea Bolognani Date: Wed, 29 Nov 2023 16:23:25 +0000 (+0100) Subject: rpcgen: Organize meson tests into suites X-Git-Tag: v9.10.0~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=688aedf2ebfa016f5f9208595c062ab48fafdfb4;p=thirdparty%2Flibvirt.git rpcgen: Organize meson tests into suites These are currently the only tests that are not part of any suite. Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- diff --git a/scripts/rpcgen/meson.build b/scripts/rpcgen/meson.build index 20e4c06dbc..d8d0e03784 100644 --- a/scripts/rpcgen/meson.build +++ b/scripts/rpcgen/meson.build @@ -8,6 +8,7 @@ if pytest_prog.found() args: [ '-mpytest' ] + rpcgen_tests, env: runutf8, workdir: meson.current_source_dir(), + suite: 'script', ) endif diff --git a/scripts/rpcgen/tests/meson.build b/scripts/rpcgen/tests/meson.build index dfd757de7c..10f504dab2 100644 --- a/scripts/rpcgen/tests/meson.build +++ b/scripts/rpcgen/tests/meson.build @@ -20,4 +20,5 @@ test( 'test_demo', test_demo, workdir: meson.current_source_dir(), + suite: 'bin', )