qemu-rust
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 23/39] tests/functional: add a m68k tuxrun tests


From: Thomas Huth
Subject: Re: [PATCH 23/39] tests/functional: add a m68k tuxrun tests
Date: Fri, 22 Nov 2024 11:16:08 +0100
User-agent: Mozilla Thunderbird

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.bennee@linaro.org>
Cc: Laurent Vivier <laurent@vivier.eu>
Cc: Anders Roxell <anders.roxell@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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]