On 21/11/2024 17.57, Alex Bennée wrote:
We didn't have this before and as it exercises the m68k virt platform
it seems worth adding. We don't wait for the shutdown because QEMU
will auto-exit on the shutdown.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Cc: Laurent Vivier <laur...@vivier.eu>
Cc: Anders Roxell <anders.rox...@linaro.org>
---
tests/functional/meson.build | 1 +
tests/functional/test_m68k_tuxrun.py | 34 ++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 tests/functional/test_m68k_tuxrun.py
diff --git a/tests/functional/meson.build b/tests/functional/meson.build
index 923f9e7078..3ce969066c 100644
--- a/tests/functional/meson.build
+++ b/tests/functional/meson.build
@@ -95,6 +95,7 @@ tests_m68k_system_thorough = [
'm68k_mcf5208evb',
'm68k_nextcube',
'm68k_q800',
+ 'm68k_tuxrun',
]
tests_microblaze_system_thorough = [
diff --git a/tests/functional/test_m68k_tuxrun.py
b/tests/functional/test_m68k_tuxrun.py
new file mode 100644
Please make it executable like all other test files, so we can run it more
easily without the test harness, too!
Thanks,
Thomas