xref: /openbmc/qemu/tests/tcg/README (revision 41df6c83007c60779f299a08fd584bc8d7d1afe9)
1This directory contains various interesting guest binaries for
2regression testing the Tiny Code Generator doing system and user-mode
3emulation.
4
5The multiarch directory contains shared code for tests that can be
6built for all guest architectures. Architecture specific code can be
7found in their respective directories.
8
9System mode tests will be under the "system" subdirectories.
10
11GDB scripts for exercising the gdbstub on specific tests will be found
12under the "gdbstb" subdirectories.
13
14See the developer guide for more instructions on "make check-tcg"
15