Skip to content

Commit 5517d54

Browse files
committed
Add readme with test running clarification
1 parent ce12620 commit 5517d54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cortex-m-rt/tests/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# How to run
2+
3+
To run the compile tests, use the following command on the root of the project:
4+
5+
```
6+
cargo test --package cortex-m-rt --test compiletest --features device
7+
```

0 commit comments

Comments
 (0)