tests/tcg: don't append QEMU_OPTS for armv6m-undef test
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 14 May 2024 17:42:43 +0000 (18:42 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 16 May 2024 07:47:01 +0000 (08:47 +0100)
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>

tests/tcg/arm/Makefile.softmmu-target

index 4c9264057f4446ac02177dbd73a622ec9d9343a5..39e01ce49d7b52686d098becbcc1164c26e14124 100644 (file)
@@ -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