]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Add a test for the MAX78000 arm machine
authorJackson Donaldson <jackson88044@gmail.com>
Fri, 11 Jul 2025 11:06:26 +0000 (07:06 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 11 Jul 2025 12:30:32 +0000 (13:30 +0100)
commit3a323a813fd42fc7c37ef09bc7a714d8e31691ce
tree6b2e86a9b36d4be8d699c71ef8d2151a5edca146
parent26bab49db56acf8ef767a60fa1feb27a3556d3ec
tests/functional: Add a test for the MAX78000 arm machine

Runs a binary from the max78000test repo used in
developing the qemu implementation of the max78000
to verify that the machine and implemented devices
generally still work.

Signed-off-by: Jackson Donaldson <jcksn@duck.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20250711110626.624534-3-jcksn@duck.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/functional/meson.build
tests/functional/test_arm_max78000fthr.py [new file with mode: 0755]