These are currently the only tests that are not part of any
suite.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
scripts/rpcgen/meson.build | 1 +
scripts/rpcgen/tests/meson.build | 1 +
2 files changed, 2 insertions(+)
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',
)
--
2.43.0