]> xenbits.xensource.com Git - people/aperard/libvirt.git/commitdiff
rpcgen: Organize meson tests into suites
authorAndrea Bolognani <abologna@redhat.com>
Wed, 29 Nov 2023 16:23:25 +0000 (17:23 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 1 Dec 2023 12:50:16 +0000 (13:50 +0100)
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>
scripts/rpcgen/meson.build
scripts/rpcgen/tests/meson.build

index 20e4c06dbcb74389e6200c818e2f50999494ae7b..d8d0e037845641d27ed60b7ffe3bb623c479cdab 100644 (file)
@@ -8,6 +8,7 @@ if pytest_prog.found()
         args: [ '-mpytest' ] + rpcgen_tests,
         env: runutf8,
         workdir: meson.current_source_dir(),
+        suite: 'script',
     )
 endif
 
index dfd757de7c1e0671c476eb991f43bfd0e9c4121e..10f504dab24d50b8116e2fd14ae83c876d1593f4 100644 (file)
@@ -20,4 +20,5 @@ test(
     'test_demo',
     test_demo,
     workdir: meson.current_source_dir(),
+    suite: 'bin',
 )