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
m68k tests into a target-specific subfolder.

Signed-off-by: Thomas Huth <th...@redhat.com>
---
  MAINTAINERS                                              | 8 ++++----
  tests/functional/m68k/meson.build                        | 9 +++++++++
  .../{test_m68k_mcf5208evb.py => m68k/test_mcf5208evb.py} | 0
  .../{test_m68k_nextcube.py => m68k/test_nextcube.py}     | 0
  .../functional/{test_m68k_q800.py => m68k/test_q800.py}  | 0
  .../{test_m68k_replay.py => m68k/test_replay.py}         | 0
  .../{test_m68k_tuxrun.py => m68k/test_tuxrun.py}         | 0
  tests/functional/meson.build                             | 9 +--------
  8 files changed, 14 insertions(+), 12 deletions(-)
  create mode 100644 tests/functional/m68k/meson.build
  rename tests/functional/{test_m68k_mcf5208evb.py => m68k/test_mcf5208evb.py} 
(100%)
  rename tests/functional/{test_m68k_nextcube.py => m68k/test_nextcube.py} 
(100%)
  rename tests/functional/{test_m68k_q800.py => m68k/test_q800.py} (100%)
  rename tests/functional/{test_m68k_replay.py => m68k/test_replay.py} (100%)
  rename tests/functional/{test_m68k_tuxrun.py => m68k/test_tuxrun.py} (100%)

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


Reply via email to