Browse Source

tests/functional: Move loongarch64 tests into architecture specific folder

The tests/functional folder has become quite crowded, thus move the
loongarch64 tests into a target-specific subfolder.

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-12-thuth@redhat.com>
pull/298/head
Thomas Huth 7 months ago
parent
commit
6bd38ef0f9
  1. 2
      MAINTAINERS
  2. 5
      tests/functional/loongarch64/meson.build
  3. 0
      tests/functional/loongarch64/test_virt.py
  4. 5
      tests/functional/meson.build

2
MAINTAINERS

@ -258,7 +258,7 @@ M: Song Gao <gaosong@loongson.cn>
S: Maintained
F: target/loongarch/
F: tests/tcg/loongarch64/
F: tests/functional/test_loongarch64_virt.py
F: tests/functional/loongarch64/test_virt.py
M68K TCG CPUs
M: Laurent Vivier <laurent@vivier.eu>

5
tests/functional/loongarch64/meson.build

@ -0,0 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
tests_loongarch64_system_thorough = [
'virt',
]

0
tests/functional/test_loongarch64_virt.py → tests/functional/loongarch64/test_virt.py

5
tests/functional/meson.build

@ -15,6 +15,7 @@ subdir('arm')
subdir('avr')
subdir('hppa')
subdir('i386')
subdir('loongarch64')
test_mips_timeouts = {
'mips_malta' : 480,
@ -80,10 +81,6 @@ tests_generic_linuxuser = [
tests_generic_bsduser = [
]
tests_loongarch64_system_thorough = [
'loongarch64_virt',
]
tests_m68k_system_thorough = [
'm68k_mcf5208evb',
'm68k_nextcube',

Loading…
Cancel
Save