blob: 470c9058f2d9474c888f67f2278918afb53527ec (
plain) (
blame)
1
2
3
4
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;
|