mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
106ea2db12
These only need to be built for MIPS guests. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
15 lines
428 B
Text
15 lines
428 B
Text
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/cris. You can run it
|
|
with "make test-lm32".
|
|
|