mirror of
https://github.com/qemu/qemu.git
synced 2024-11-30 23:33:51 +08:00
4132431f24
These only need to be built for i386 guests. This includes a stub tests/tcg/i386/Makfile.target which absorbs some of what was in tests/tcg/Makefile. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
36 lines
554 B
Plaintext
36 lines
554 B
Plaintext
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.
|
|
|
|
|
|
|
|
ARM
|
|
===
|
|
|
|
hello-arm
|
|
---------
|
|
|
|
test-arm-iwmmxt
|
|
---------------
|
|
|
|
MIPS
|
|
====
|
|
|
|
hello-mips
|
|
----------
|
|
|
|
hello-mipsel
|
|
------------
|
|
|
|
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/cris. You can run it
|
|
with "make test-lm32".
|
|
|