tests/functional: Convert the Avocado sh4 tuxrun test

Move the test into a new file so that it can be run via
qemu-system-sh4 in the functional framework.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241011131937.377223-18-thuth@redhat.com>
This commit is contained in:
Thomas Huth 2024-10-11 15:19:34 +02:00
parent 68ad89b75a
commit c592ff3511
4 changed files with 60 additions and 35 deletions

View file

@ -154,8 +154,10 @@ tests_s390x_system_thorough = [
tests_sh4_system_thorough = [
'sh4_r2d',
'sh4_tuxrun',
]
tests_sparc_system_thorough = [
'sparc_sun4m',
]