qemu/tests/tcg
Alex Bennée 6f6ca067d2 tests/tcg: add some help output for running individual tests
So you can do:

  cd tests/tcg/aarch64-linux-user
  make -f ../Makefile.target help

To see the list of tests. You can then run each one individually.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230315174331.2959-8-alex.bennee@linaro.org>
2023-03-22 15:06:57 +00:00
..
aarch64 testing: probe gdb for supported architectures ahead of time 2023-03-07 20:44:09 +00:00
alpha
arm
cris
hexagon
hppa
i386
loongarch64
m68k
minilib
mips
multiarch testing: probe gdb for supported architectures ahead of time 2023-03-07 20:44:09 +00:00
nios2
openrisc
ppc
ppc64
ppc64le
riscv64
s390x tests/tcg/s390x: Test unaligned accesses 2023-03-20 09:32:50 +01:00
sh4
sparc64
tricore
x86_64
xtensa tests/tcg/xtensa: allow testing big-endian cores 2023-03-15 05:08:04 -07:00
xtensaeb tests/tcg/xtensa: allow testing big-endian cores 2023-03-15 05:08:04 -07:00
Makefile.target tests/tcg: add some help output for running individual tests 2023-03-22 15:06:57 +00: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".