Skip to content

Commit cfe596b

Browse files
committed
readme: add instructions for tests
1 parent ab9f251 commit cfe596b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@
55

66
> `static` friendly data structures that don't require dynamic memory allocation
77
8-
# [Documentation](https://japaric.github.io/heapless/heapless/index.html)
8+
## [Documentation](https://japaric.github.io/heapless/heapless/index.html)
99

10-
# [Change log](CHANGELOG.md)
10+
## [Change log](CHANGELOG.md)
1111

12-
# License
12+
## Tests
13+
14+
```bash
15+
# run all
16+
cargo test --features 'serde','x86-sync-pool'
17+
# run only for example histbuf tests
18+
cargo test histbuf --features 'serde','x86-sync-pool'
19+
```
20+
21+
## License
1322

1423
Licensed under either of
1524

0 commit comments

Comments
 (0)