Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 725 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 725 Bytes

Upstream Tests

Tests from the upstream tests are in this directory. AFAICT, the RISCOF tests are (were?) originally derived from this repository and are more comprehensive. However, this repo looks easier to start with.

Make sure doit is installed via pdm install -G dev. You must provide your own copy of riscv64-unknown-elf-gcc. Then, run using pdm test or pdm test-quick.

See Testing Prerequisites and Sim And Upstream docs for more information.