mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-26 20:10:24 +00:00
readme: add instructions for tests
This commit is contained in:
parent
1790c4f30f
commit
0ab806d5cd
15
README.md
15
README.md
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user