diff options
Diffstat (limited to 'testsuite/minitest/README.md')
-rw-r--r-- | testsuite/minitest/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/minitest/README.md b/testsuite/minitest/README.md new file mode 100644 index 0000000..0a456a8 --- /dev/null +++ b/testsuite/minitest/README.md @@ -0,0 +1,7 @@ +# mini-test + +This is an embedded test framework forked from knurling's excellent [`defmt-test`] crate. + +This even more minimal than [`defmt-test`] to allow for for testing of this crate without dependency cycles. + +[`defmt-test`]: https://crates.io/crates/defmt-test/ |