1 unstable release

0.1.0 Jun 17, 2021

#1137 in Embedded development

MIT license

14KB
327 lines

bern-test

A Rust test framework for hardware integration tests.

Documentation

License


lib.rs:

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

Dependencies

~1.5MB
~33K SLoC