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.
 
 
 
 
 
 
Alex Bennée 28cbb997d6 tests: add check_invalid_maps to test-mmap 8 years ago
..
aarch64 tests/tcg: add run, diff, and skip helper macros 8 years ago
alpha tests/tcg/alpha: add Alpha specific tests 8 years ago
arm tests/tcg: add run, diff, and skip helper macros 8 years ago
cris tests: Avoid non-portable 'echo -ARG' 9 years ago
hppa tests/tcg: enable building for HPPA 8 years ago
i386 tests/tcg: remove runcom test 8 years ago
lm32 test: lm32: use semihosting for testing 12 years ago
m68k tests/tcg: enable building for m68k 8 years ago
mips tests/tcg: override runners for broken tests 8 years ago
multiarch tests: add check_invalid_maps to test-mmap 8 years ago
openrisc target/openrisc: Rename the cpu from or32 to or1k 9 years ago
ppc tests/tcg: enable building for PowerPC 8 years ago
riscv tests/tcg: enable building for RISCV64 8 years ago
s390x tests/tcg: enable building for s390x 8 years ago
sh4 tests/tcg: enable building for sh4 8 years ago
sparc64 tests/tcg: override runners for broken tests 8 years ago
x86_64 tests/tcg/x86_64: add Makefile.target 8 years ago
xtensa target/xtensa: fix timers test 8 years ago
Makefile tests/tcg: add run, diff, and skip helper macros 8 years ago
Makefile.include Makefile.target: add (clean-/build-)guest-tests targets 8 years ago
Makefile.probe tests: add top-level make dependency for docker builds 8 years ago
README tests/tcg: move MIPS specific tests into subdir 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".