Add a panic handler test

This commit is contained in:
Philipp Oppermann
2019-04-23 16:50:32 +02:00
parent a55ced6b7f
commit ccb8b79ef8
2 changed files with 73 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ version = "0.1.0"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018"
[[test]]
name = "panic_handler"
harness = false
[dependencies]
bootloader = "0.6.0"
volatile = "0.2.3"