readme: add instructions for tests

This commit is contained in:
Andres Vahter 2020-05-09 19:46:06 +03:00 committed by Emil Fresk
parent 1790c4f30f
commit 0ab806d5cd

View File

@ -5,11 +5,20 @@
> `static` friendly data structures that don't require dynamic memory allocation
# [Documentation](https://japaric.github.io/heapless/heapless/index.html)
## [Documentation](https://japaric.github.io/heapless/heapless/index.html)
# [Change log](CHANGELOG.md)
## [Change log](CHANGELOG.md)
# License
## Tests
```bash
# run all
cargo test --features 'serde','x86-sync-pool'
# run only for example histbuf tests
cargo test histbuf --features 'serde','x86-sync-pool'
```
## License
Licensed under either of