Tests
January 9, 2023 ยท View on GitHub
Our aim is to provide a number of tests to be safe from regression.
Compilation
libtock-rs currently has the following compilation targets
riscv32imac-unknown-none-elfriscv32imc-unknown-none-elfthumbv7em-none-eabi
You can trigger a test build of the library and the examples using make test.
You can run the library's test suite using make test.
PR Review Workflow
Our code review practices are documented in our Code Review document.