summary refs log tree commit diff stats
path: root/tests/functional/meson.build
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-08-30 15:38:24 +0200
committerThomas Huth <thuth@redhat.com>2024-09-04 11:14:33 +0200
commitd5674412ba32b6fb0fc6dfd6d1fcddadf75cbfaa (patch)
tree5a58830e78a9de6472246a55f15bcb069f6ad62a /tests/functional/meson.build
parent05caa0624256da44974cd68e8f55dbbde3dfede7 (diff)
downloadfocaccia-qemu-d5674412ba32b6fb0fc6dfd6d1fcddadf75cbfaa.tar.gz
focaccia-qemu-d5674412ba32b6fb0fc6dfd6d1fcddadf75cbfaa.zip
tests/functional: Convert the rx_gdbsim avocado test into a standalone test
Provide a "gzip_uncompress" function based on the standard "gzip" module
to avoid the usage of avocado.utils here.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240830133841.142644-31-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/meson.build')
-rw-r--r--tests/functional/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/functional/meson.build b/tests/functional/meson.build
index 3bbe80b05d..3857630f58 100644
--- a/tests/functional/meson.build
+++ b/tests/functional/meson.build
@@ -79,6 +79,10 @@ tests_ppc64_system_thorough = [
   'ppc64_pseries',
 ]
 
+tests_rx_system_thorough = [
+  'rx_gdbsim',
+]
+
 tests_s390x_system_thorough = [
   's390x_ccw_virtio',
   's390x_topology',