qemu-e2k/tests/tcg
Max Filippov 50f0171a95 tests/tcg/xtensa: add straightforward conditionals
Make tests for optional instruction groups conditional on the presence
of corresponding options in the config.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2019-02-28 04:43:23 -08:00
..
aarch64
alpha avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
arm avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
cris avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
hppa
i386 avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
lm32
m68k
mips tests: tcg: mips: Remove old directories 2019-01-24 17:48:33 +01:00
multiarch avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
openrisc
ppc
riscv
s390x target/s390x: fix PACK reading 1 byte less and writing 1 byte more 2018-08-28 17:37:01 +02:00
sh4
sparc64
x86_64
xtensa tests/tcg/xtensa: add straightforward conditionals 2019-02-28 04:43:23 -08:00
Makefile
Makefile.include tests: Fix typos in comments and help message (found by codespell) 2018-10-26 17:17:32 +02:00
Makefile.probe tests: Fix typos in comments and help message (found by codespell) 2018-10-26 17:17:32 +02:00
README tests/tcg/README: fix location for lm32 tests 2018-10-26 17:17:32 +02:00

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".