qemu/tests/tcg
Paolo Bonzini 6a9e0ef32a tests/tcg: use EXTRA_CFLAGS everywhere
For i386 specifically, this allows using the host GCC
to compile the i386 tests.  But, it should really be
done for all targets, unless we want to pass $(EXTRA_CFLAGS)
directly as part of $(CC).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20190807143523.15917-2-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-09-10 09:38:33 +01:00
..
aarch64 tests/tcg: use EXTRA_CFLAGS everywhere 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: use EXTRA_CFLAGS everywhere 2019-09-10 09:38:33 +01:00
cris
hppa
i386 tests/tcg: use EXTRA_CFLAGS everywhere 2019-09-10 09:38:33 +01:00
lm32
m68k
minilib tests/tcg: use EXTRA_CFLAGS everywhere 2019-09-10 09:38:33 +01:00
mips
multiarch
openrisc
ppc
riscv
s390x
sh4
sparc64
x86_64
xtensa tests/tcg: use EXTRA_CFLAGS everywhere 2019-09-10 09:38:33 +01:00
Makefile
Makefile.include
Makefile.probe
README

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