[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests/functional: Add a test for the arm microbit machine
From: |
Peter Maydell |
Subject: |
Re: [PATCH] tests/functional: Add a test for the arm microbit machine |
Date: |
Mon, 27 Jan 2025 15:00:50 +0000 |
On Fri, 24 Jan 2025 at 10:17, Thomas Huth <thuth@redhat.com> wrote:
>
> We don't have any functional tests for this machine yet, thus let's
> add a test with a MicroPython binary that is available online
> (thanks to Joel Stanley for providing it, see:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg606064.html ).
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 1 +
> tests/functional/meson.build | 1 +
> tests/functional/test_arm_microbit.py | 31 +++++++++++++++++++++++++++
> 3 files changed, 33 insertions(+)
> create mode 100755 tests/functional/test_arm_microbit.py
Applied to target-arm.next, thanks.
-- PMM