qemu/tests/tcg
Alex Bennée 8b17219e7d tests/tcg: enable building for i386
While you can construct a compile command that does work using the
x86_64 host compiler that most people use this is flakey. Different
distros handle this is different ways so we default to using a known
good i386 compiler via docker.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
2018-06-20 20:22:34 +01:00
..
alpha
cris tests: Avoid non-portable 'echo -ARG' 2017-07-11 17:45:00 +02:00
i386 tests/tcg: enable building for i386 2018-06-20 20:22:34 +01:00
lm32
mips
multiarch tests/tcg/multiarch: move most output to stdout 2018-06-20 20:22:34 +01:00
openrisc target/openrisc: Rename the cpu from or32 to or1k 2017-02-14 08:14:58 +11:00
xtensa target/xtensa: fix timers test 2018-03-26 14:17:04 -07:00
hello-arm.c
hello-mips.c
Makefile tests/tcg: move architecture independent tests into subdir 2018-06-20 20:22:34 +01:00
README tests/tcg: move i386 specific tests into subdir 2018-06-20 20:22:34 +01:00
test-arm-iwmmxt.s

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.



ARM
===

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

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

MIPS
====

hello-mips
----------

hello-mipsel
------------

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/cris.  You can run it
with "make test-lm32".