diff options
Diffstat (limited to 'tests/functional/meson.build')
| -rw-r--r-- | tests/functional/meson.build | 4 |
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', |