diff options
Diffstat (limited to 'cortex-m-rt/tests/README.md')
-rw-r--r-- | cortex-m-rt/tests/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cortex-m-rt/tests/README.md b/cortex-m-rt/tests/README.md new file mode 100644 index 0000000..1d879fc --- /dev/null +++ b/cortex-m-rt/tests/README.md @@ -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 +``` |