qemu-e2k/tests/tcg/arm
Alex Bennée fefa027154 tests/tcg: build plugin list from contents of src directory
If you jump back and forth between branches while developing plugins
you end up debugging failures caused by plugins left in the build
directory. Fix this by basing plugins on the source tree instead.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200615141922.18829-2-alex.bennee@linaro.org>
2020-06-16 14:49:05 +01:00
..
Makefile.softmmu-target tests/tcg: enable plugin testing 2019-10-28 15:12:38 +00:00
Makefile.target tests/tcg: build plugin list from contents of src directory 2020-06-16 14:49:05 +01:00
README tests/tcg: move ARM specific tests into subdir 2018-06-20 20:22:34 +01:00
commpage.c tests/tcg: add simple commpage test case 2020-06-08 17:04:19 +01:00
fcvt.c tests/tcg/arm: add fcvt test cases for AArch32/64 2018-06-20 20:22:34 +01:00
fcvt.ref tests/tcg/arm: add fcvt test cases for AArch32/64 2018-06-20 20:22:34 +01:00
float_convs.ref tests/tcg: add generic version of float_convs 2019-09-26 19:00:53 +01:00
float_madds.ref tests/tcg: add float_madds test to multiarch 2019-09-26 19:00:53 +01:00
hello-arm.c avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
semicall.h tests/tcg: extract __semi_call into a header and expand 2020-01-09 11:41:29 +00:00
semiconsole.c tests/tcg: add user version of dumb-as-bricks semiconsole test 2020-01-09 11:41:29 +00:00
semihosting.c tests/tcg: extract __semi_call into a header and expand 2020-01-09 11:41:29 +00:00
test-arm-iwmmxt.S tests/tcg/arm: fix up test-arm-iwmmxt test 2018-06-20 20:22:34 +01:00
test-armv6m-undef.S tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test 2019-03-12 17:05:21 +00:00
test-armv6m-undef.ld tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test 2019-03-12 17:05:21 +00:00

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