Crate bern_test

Source
Expand description

On target test framework for microcontrollers.

Based on defmt-test but not dependent on architecture or serial interface.

§Features

  • autorun: Run tests without user interaction
  • serial: Use serial interface for transport
  • rtt: Use RTT for transport
  • colored: Use terminal colors

Modules§

serial
Serial interface transport.

Macros§

print
println

Attribute Macros§

tests
Test module proc macro.