QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| .. | ||
| aarch64 | 8 years ago | |
| alpha | 8 years ago | |
| arm | 8 years ago | |
| cris | 9 years ago | |
| hppa | 8 years ago | |
| i386 | 8 years ago | |
| lm32 | 12 years ago | |
| m68k | 8 years ago | |
| mips | 8 years ago | |
| multiarch | 8 years ago | |
| openrisc | 9 years ago | |
| ppc | 8 years ago | |
| riscv | 8 years ago | |
| s390x | 8 years ago | |
| sh4 | 8 years ago | |
| sparc64 | 8 years ago | |
| x86_64 | 8 years ago | |
| xtensa | 8 years ago | |
| Makefile | 8 years ago | |
| Makefile.include | 8 years ago | |
| Makefile.probe | 8 years ago | |
| README | 8 years ago | |
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/cris. You can run it
with "make test-lm32".