On 1/8/25 17:12, Thomas Huth wrote:
From: Thomas Huth <[email protected]>
Move the architecture specific test into an architecture specific
subdirectory.
Signed-off-by: Thomas Huth <[email protected]>
---
MAINTAINERS | 2 +-
tests/functional/meson.build | 5 +----
tests/functional/rx/meson.build | 5 +++++
tests/functional/{test_rx_gdbsim.py => rx/test_gdbsim.py} | 0
4 files changed, 7 insertions(+), 5 deletions(-)
create mode 100644 tests/functional/rx/meson.build
rename tests/functional/{test_rx_gdbsim.py => rx/test_gdbsim.py} (100%)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>