qemu-e2k/tests/tcg
Richard Henderson 51f22c195b tests/tcg/linux-test: Adjust getsockname for musl
Unlike glibc, musl does not use transparent unions to hide
the different structures that overlap struct sockaddr.

Add an explicit cast to work around this.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2020-10-14 21:19:52 -07:00
..
aarch64 target/arm: Fix AddPAC error indication 2020-08-03 17:55:03 +01:00
alpha
arm
cris
hppa
i386 target/i386: fix IEEE SSE floating-point exception raising 2020-07-10 18:02:17 -04:00
lm32
m68k
minilib
mips
multiarch tests/tcg/linux-test: Adjust getsockname for musl 2020-10-14 21:19:52 -07:00
openrisc
ppc
s390x
sh4
sparc64
x86_64
xtensa tests/tcg/xtensa: add DFP0 arithmetic tests 2020-08-21 12:48:16 -07:00
configure.sh tests/tcg: reinstate or replace desired parts of rules.mak 2020-09-30 19:11:36 +02:00
Makefile.prereqs
Makefile.qemu tests/tcg: reinstate or replace desired parts of rules.mak 2020-09-30 19:11:36 +02:00
Makefile.target plugins: move the more involved plugins to contrib 2020-09-10 10:47:03 +01:00
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".