qemu-e2k/tests/tcg
Paolo Bonzini fc76c56d3f tests/tcg: cleanup Makefile inclusions
Rename Makefile.probe to Makefile.prereqs and make it actually
define rules for the tests.

Rename Makefile to Makefile.target, since it is not a toplevel
makefile.

Rename Makefile.include to Makefile.qemu and disentangle it
from the QEMU Makefile.target, so that it is invoked recursively
by tests/Makefile.include.  Tests are now placed in
tests/tcg/$(TARGET).

Drop the usage of TARGET_BASE_ARCH, which is ignored by everything except
x86_64 and aarch64.  Fix x86 tests by using -cpu max and, while
at it, standardize on QEMU_OPTS for aarch64 tests too.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20190807143523.15917-3-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-09-10 09:38:33 +01:00
..
aarch64 tests/tcg: cleanup Makefile inclusions 2019-09-10 09:38:33 +01:00
alpha tests/tcg: use EXTRA_CFLAGS everywhere 2019-09-10 09:38:33 +01:00
arm tests/tcg: cleanup Makefile inclusions 2019-09-10 09:38:33 +01:00
cris tests/tcg: enable cris base user-mode tests 2019-03-12 17:05:21 +00:00
hppa tests/tcg: enable building for HPPA 2018-06-20 20:22:34 +01:00
i386 tests/tcg: cleanup Makefile inclusions 2019-09-10 09:38:33 +01:00
lm32 test: lm32: use semihosting for testing 2014-05-24 19:42:29 +02:00
m68k tests/tcg: enable building for m68k 2018-06-20 20:22:34 +01:00
minilib tests/tcg: use EXTRA_CFLAGS everywhere 2019-09-10 09:38:33 +01:00
mips target/mips: tests/tcg: Fix target configurations for MSA tests 2019-08-19 19:53:37 +02:00
multiarch tests/tcg: better detect truncated reads 2019-06-12 17:53:22 +01:00
openrisc target/openrisc: Rename the cpu from or32 to or1k 2017-02-14 08:14:58 +11:00
ppc tests: Fix up docker cross builds for ppc64 (BE) targets 2019-05-29 11:14:19 +10:00
riscv tests/tcg: enable building for RISCV64 2018-06-20 20:22:34 +01:00
s390x tests/tcg/s390x: Fix alignment of csst parameter list 2019-06-21 15:26:53 +02:00
sh4 tests/tcg: enable building for sh4 2018-06-20 20:22:34 +01:00
sparc64 tests/tcg: override runners for broken tests 2018-06-20 20:22:34 +01:00
x86_64 tests/tcg: cleanup Makefile inclusions 2019-09-10 09:38:33 +01:00
xtensa tests/tcg: use EXTRA_CFLAGS everywhere 2019-09-10 09:38:33 +01:00
Makefile.prereqs tests/tcg: cleanup Makefile inclusions 2019-09-10 09:38:33 +01:00
Makefile.qemu tests/tcg: cleanup Makefile inclusions 2019-09-10 09:38:33 +01:00
Makefile.target tests/tcg: cleanup Makefile inclusions 2019-09-10 09:38:33 +01:00
README tests/tcg/README: fix location for lm32 tests 2018-10-26 17:17:32 +02: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".