qemu-e2k/tests/tcg
Aleksandar Markovic 88e34ac062 tests/tcg: target/mips: Add README for MSA tests
Add README for MSA tests. This is just to explain how to run tests even
without Makefile. Makefile will be provided later on.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1559838440-9866-11-git-send-email-aleksandar.markovic@rt-rk.com>
2019-06-07 11:53:07 +02:00
..
aarch64 tests/tcg/multiarch: expand system memory test to cover more 2019-05-28 10:28:51 +01:00
alpha tests/tcg/alpha: add system boot.S 2019-05-28 10:28:51 +01:00
arm tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test 2019-03-12 17:05:21 +00:00
cris tests/tcg: enable cris base user-mode tests 2019-03-12 17:05:21 +00:00
hppa
i386 tests/tcg/multiarch: expand system memory test to cover more 2019-05-28 10:28:51 +01:00
lm32
m68k
minilib tests/tcg/minilib: support %c format char 2019-05-28 10:28:51 +01:00
mips tests/tcg: target/mips: Add README for MSA tests 2019-06-07 11:53:07 +02:00
multiarch tests/tcg/multiarch: expand system memory test to cover more 2019-05-28 10:28:51 +01:00
openrisc
ppc tests: Fix up docker cross builds for ppc64 (BE) targets 2019-05-29 11:14:19 +10:00
riscv
s390x
sh4
sparc64
x86_64
xtensa target/xtensa: implement exclusive access option 2019-05-15 10:31:52 -07:00
Makefile tests/tcg/multiarch: add support for multiarch system tests 2019-05-28 10:28:51 +01:00
Makefile.include tests/tcg: add softmmu awareness to Makefile 2019-03-12 17:05:21 +00:00
Makefile.probe tests: Fix typos in comments and help message (found by codespell) 2018-10-26 17:17:32 +02:00
README tests/tcg/README: fix location for lm32 tests 2018-10-26 17:17:32 +02:00

This directory contains various interesting guest programs for
regression testing. Tests are either multi-arch, meaning they can be
built for all guest architectures that support linux-user executable,
or they are architecture specific.

CRIS
====
The testsuite for CRIS is in tests/tcg/cris.  You can run it
with "make test-cris".

LM32
====
The testsuite for LM32 is in tests/tcg/lm32.  You can run it
with "make test-lm32".