qemu-e2k/tests/tcg
David Gibson c10aaaab0f tests: Fix up docker cross builds for ppc64 (BE) targets
We currently have docker cross building targets for powerpc (32-bit, BE)
and ppc64el (64-bit, LE), but not for pcp64 (64-bit, BE).  This is an
irritating gap in make check-tcg coverage so correct it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2019-05-29 11:14:19 +10: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
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
Makefile.probe
README

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".