qemu-e2k/tests/tcg
Stefan Weil 2a86d66be1 tests/tcg: Replace /bin/true by true (required on macOS)
/bin/true is missing on macOS, but simply "true" is available as a shell builtin.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210128135627.2067003-1-sw@weilnetz.de>
Message-Id: <20210202134001.25738-12-alex.bennee@linaro.org>
2021-02-08 10:55:20 +00:00
..
aarch64 target/arm: use official org.gnu.gdb.aarch64.sve layout for registers 2021-01-18 10:05:06 +00:00
alpha
arm tests: remove GCC < 4 fallbacks 2020-12-15 12:52:10 -05:00
cris
hppa
i386 gdbstub: implement a softmmu based test 2021-01-18 10:04:31 +00:00
lm32
m68k
minilib
mips
multiarch tests/tcg: don't silently skip the gdb tests 2021-02-08 09:41:00 +00:00
openrisc
ppc
s390x tests/tcg/s390x: Fix EXRL tests 2021-01-21 11:19:45 +01:00
sh4
sparc64
x86_64 gdbstub: implement a softmmu based test 2021-01-18 10:04:31 +00:00
xtensa
configure.sh
Makefile.prereqs
Makefile.qemu tests/tcg: Replace /bin/true by true (required on macOS) 2021-02-08 10:55:20 +00:00
Makefile.target tests/tcg: build tests with -Werror 2021-01-02 21:03:09 +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".