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