This directory contains test data for the TinyEMU RISC-V emulator.
riscv-tests/- RISC-V ISA compliance testsisa/- ISA test ELF binaries and reference outputs
boot/- Boot images for integration testingsoftfp/- Soft float test vectors
Test data in this directory is embedded into tests using Go's embed package.
See testdata/embed.go for the embed patterns.
When adding new test data:
- Place files in the appropriate subdirectory
- Update the corresponding README.md with source and version info
- Ensure embed patterns in
testdata/embed.gocover the new files