tests/functional: Move rx test into target-specific folders
Move the architecture specific test into an architecture specific subdirectory. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250819112403.432587-19-thuth@redhat.com>
This commit is contained in:
parent
e1a8572a8d
commit
bbb43ea3be
4 changed files with 7 additions and 5 deletions
|
|
@ -1721,7 +1721,7 @@ R: Yoshinori Sato <yoshinori.sato@nifty.com>
|
|||
S: Orphan
|
||||
F: docs/system/target-rx.rst
|
||||
F: hw/rx/rx-gdbsim.c
|
||||
F: tests/functional/test_rx_gdbsim.py
|
||||
F: tests/functional/rx/test_gdbsim.py
|
||||
|
||||
SH4 Machines
|
||||
------------
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ subdir('ppc')
|
|||
subdir('ppc64')
|
||||
subdir('riscv32')
|
||||
subdir('riscv64')
|
||||
subdir('rx')
|
||||
|
||||
test_s390x_timeouts = {
|
||||
's390x_ccw_virtio' : 420,
|
||||
|
|
@ -58,10 +59,6 @@ tests_generic_linuxuser = [
|
|||
tests_generic_bsduser = [
|
||||
]
|
||||
|
||||
tests_rx_system_thorough = [
|
||||
'rx_gdbsim',
|
||||
]
|
||||
|
||||
tests_s390x_system_thorough = [
|
||||
's390x_ccw_virtio',
|
||||
's390x_pxelinux',
|
||||
|
|
|
|||
5
tests/functional/rx/meson.build
Normal file
5
tests/functional/rx/meson.build
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
tests_rx_system_thorough = [
|
||||
'gdbsim',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue