diff --git a/cortex-m-rt/tests/README.md b/cortex-m-rt/tests/README.md new file mode 100644 index 00000000..1d879fc4 --- /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 +```