You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg/arm
Paolo Bonzini c6cf8a2052 tests/tcg: clean up calls to run-test
Almost all invocations of run-test have either "$* on $(TARGET_NAME)"
or "$< on $(TARGET_NAME)" as the last argument.  So provide a default
test name, while allowing an escape hatch for custom names.

As an additional simplification, remove the need to do shell quoting.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220929114231.583801-24-alex.bennee@linaro.org>
2 years ago
..
Makefile.softmmu-target test/tcg/arm: Use -mfloat-abi=soft for test-armv6m-undef 2 years ago
Makefile.target tests/tcg: clean up calls to run-test 2 years ago
README
commpage.c tests/tcg: add simple commpage test case 5 years ago
fcvt.c tests: remove GCC < 4 fallbacks 4 years ago
fcvt.ref tests/tcg/arm: add fcvt test cases for AArch32/64 7 years ago
float_convd.ref tests/tcg: add float_convd test 3 years ago
float_convs.ref tests/tcg: add generic version of float_convs 5 years ago
float_madds.ref tests/tcg: add float_madds test to multiarch 5 years ago
hello-arm.c avoid TABs in files that only contain a few 6 years ago
pcalign-a32.c tests/tcg: Add arm and aarch64 pc alignment tests 3 years ago
semicall.h semihosting: move semihosting tests to multiarch 4 years ago
test-arm-iwmmxt.S tests/tcg/arm: fix up test-arm-iwmmxt test 7 years ago
test-armv6m-undef.S tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test 6 years ago
test-armv6m-undef.ld tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test 6 years ago

README

These are ARM specific guest programs

hello-arm
---------

A very simple inline assembly, write syscall based hello world

test-arm-iwmmxt
---------------

A simple test case for older iwmmxt extended ARMs