qemu/tests/tcg
Alex Bennée 71ebbe09e9 tests/docker: fix "cc" command to work with podman
Podman requires a little bit of additional magic to the uid mapping
which was already done for the normal RunCommand. We simplify the
logic by pushing it directly into the Docker::run method to avoid
instantiating an extra Docker() object and ensure the CC command
always runs as the current user.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-09-10 09:38:33 +01:00
..
aarch64 target/arm: Fix output of PAuth Auth 2019-06-13 15:14:03 +01:00
alpha tests/tcg/alpha: add system boot.S 2019-05-28 10:28:51 +01:00
arm
cris
hppa
i386 tests/tcg: fix up test-i386-fprem.ref generation 2019-07-10 10:31:20 +01:00
lm32
m68k
minilib tests/tcg/minilib: support %c format char 2019-05-28 10:28:51 +01:00
mips target/mips: tests/tcg: Fix target configurations for MSA tests 2019-08-19 19:53:37 +02:00
multiarch tests/tcg: better detect truncated reads 2019-06-12 17:53:22 +01:00
openrisc
ppc tests: Fix up docker cross builds for ppc64 (BE) targets 2019-05-29 11:14:19 +10:00
riscv
s390x tests/tcg/s390x: Fix alignment of csst parameter list 2019-06-21 15:26:53 +02:00
sh4
sparc64
x86_64 tests/tcg/x86_64: add a PVH crt.o for x86_64 system tests 2019-06-12 17:53:23 +01:00
xtensa
Makefile tests/tcg: fix diff-out pass to properly report failure 2019-07-10 10:31:22 +01:00
Makefile.include tests/docker: fix "cc" command to work with podman 2019-09-10 09:38:33 +01:00
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".