mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
tests/tcg: don't append QEMU_OPTS for armv6m-undef test
We don't want to build on the default machine setup here but define a custom one for the microbit. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240514174253.694591-2-alex.bennee@linaro.org>
This commit is contained in:
parent
922582ace2
commit
4985d876ee
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ test-armv6m-undef: test-armv6m-undef.S
|
|||
$< -o $@ -nostdlib -N -static \
|
||||
-T $(ARM_SRC)/$@.ld
|
||||
|
||||
run-test-armv6m-undef: QEMU_OPTS+=-semihosting -M microbit -kernel
|
||||
run-test-armv6m-undef: QEMU_OPTS=-semihosting-config enable=on,target=native,chardev=output -M microbit -kernel
|
||||
|
||||
ARM_TESTS+=test-armv6m-undef
|
||||
|
||||
|
|
Loading…
Reference in a new issue