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:
Andrea Bolognani
2023-12-01 13:50:16 +01:00
parent 4a01a0bc25
commit 688aedf2eb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ if pytest_prog.found()
args: [ '-mpytest' ] + rpcgen_tests,
env: runutf8,
workdir: meson.current_source_dir(),
suite: 'script',
)
endif
+1
View File
@@ -20,4 +20,5 @@ test(
'test_demo',
test_demo,
workdir: meson.current_source_dir(),
suite: 'bin',
)