From 81275bfa4f41e2066770087f3a33cad4227eab41 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 13 Jun 2019 23:56:59 +0200 Subject: rtfm-syntax refactor + heterogeneous multi-core support --- macros/src/tests.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 macros/src/tests.rs (limited to 'macros/src/tests.rs') diff --git a/macros/src/tests.rs b/macros/src/tests.rs new file mode 100644 index 0000000..470c905 --- /dev/null +++ b/macros/src/tests.rs @@ -0,0 +1,5 @@ +// NOTE these tests are specific to the Cortex-M port; `rtfm-syntax` has a more extensive test suite +// that tests functionality common to all the RTFM ports + +mod multi; +mod single; -- cgit v1.2.3