diff options
Diffstat (limited to 'macros/src/tests.rs')
-rw-r--r-- | macros/src/tests.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/src/tests.rs b/macros/src/tests.rs new file mode 100644 index 00000000..e9e3326e --- /dev/null +++ b/macros/src/tests.rs @@ -0,0 +1,4 @@ +// NOTE these tests are specific to the Cortex-M port; `rtic-syntax` has a more extensive test suite +// that tests functionality common to all the RTIC ports + +mod single; |