qemu-e2k/tests/tcg
Richard Henderson 853c93ed0d tests/tcg: Do not require FE_* exception bits
Define anything that is missing as 0, so that flags & FE_FOO
is false for any missing FOO.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2020-09-01 07:41:38 -07:00
..
aarch64 target/arm: Fix AddPAC error indication 2020-08-03 17:55:03 +01:00
alpha
arm
cris
hppa
i386
lm32
m68k
minilib
mips
multiarch tests/tcg: Do not require FE_* exception bits 2020-09-01 07:41:38 -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
.gitignore
configure.sh tests/tcg: Add microblaze to arches filter 2020-09-01 07:41:38 -07:00
Makefile.prereqs
Makefile.qemu
Makefile.target
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".