Skip to content

Commit fbd9d93

Browse files
committed
use defmt-test in the test suite
1 parent e5cf89b commit fbd9d93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testsuite/tests/test.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
use cortex_m_rt::entry;
55
use {{crate_name}} as _; // memory layout + panic handler
66

7-
// See https://crates.io/crates/defmt-test/0.1.0 for more documentation
7+
// See https://crates.io/crates/defmt-test/0.1.0 for more documentation (e.g. about the 'state'
8+
// feature)
89
#[defmt_test::tests]
910
mod tests {
1011
#[test]

0 commit comments

Comments
 (0)