Skip to content

Commit

Permalink
Add readme with test running clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
diondokter committed Jul 21, 2023
1 parent ce12620 commit 5517d54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cortex-m-rt/tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to run

To run the compile tests, use the following command on the root of the project:

```
cargo test --package cortex-m-rt --test compiletest --features device
```

0 comments on commit 5517d54

Please sign in to comment.