xref: /openbmc/qemu/tests/tcg/README (revision 32cad1ffb81dcecf6f4a8af56d6e5892682839b1)
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