On 1/8/25 17:12, Thomas Huth wrote:
From: Thomas Huth <th...@redhat.com>

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

Signed-off-by: Thomas Huth <th...@redhat.com>
---
  MAINTAINERS                                   |  6 +++---
  tests/functional/meson.build                  | 20 ++-----------------
  tests/functional/sparc/meson.build            | 10 ++++++++++
  .../test_migration.py}                        |  0
  .../test_replay.py}                           |  0
  .../test_sun4m.py}                            |  0
  tests/functional/sparc64/meson.build          | 10 ++++++++++
  .../test_migration.py}                        |  0
  .../test_sun4u.py}                            |  0
  .../test_tuxrun.py}                           |  0
  10 files changed, 25 insertions(+), 21 deletions(-)
  create mode 100644 tests/functional/sparc/meson.build
  rename tests/functional/{test_sparc_migration.py => sparc/test_migration.py} 
(100%)
  rename tests/functional/{test_sparc_replay.py => sparc/test_replay.py} (100%)
  rename tests/functional/{test_sparc_sun4m.py => sparc/test_sun4m.py} (100%)
  create mode 100644 tests/functional/sparc64/meson.build
  rename tests/functional/{test_sparc64_migration.py => 
sparc64/test_migration.py} (100%)
  rename tests/functional/{test_sparc64_sun4u.py => sparc64/test_sun4u.py} 
(100%)
  rename tests/functional/{test_sparc64_tuxrun.py => sparc64/test_tuxrun.py} 
(100%)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to