qemu-e2k/tests/tcg
Paolo Bonzini 2c24305306 tests/tcg: reinstate or replace desired parts of rules.mak
Commit 660f793093 was a bit overzealous
with respect to tests/tcg, which needed quiet-command and $(BUILD_DIR).
Reinstate quiet-command, and replace $(BUILD_DIR) with just the
current directory.

Reported-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-09-30 19:11:36 +02: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: 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: 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".