Add an on-device test suite

This commit is contained in:
Jonas Schievink
2020-08-31 18:20:48 +02:00
parent 8650c1f517
commit 01ecb349d0
3 changed files with 64 additions and 0 deletions
+6
View File
@@ -5,6 +5,12 @@ name = "{{project-name}}"
edition = "2018"
version = "0.1.0"
[lib]
test = false
[workspace]
members = ["testsuite"]
[dependencies.defmt]
git = "https://github.com/knurling-rs/defmt"
branch = "main"