add cfail tests

This commit is contained in:
Jorge Aparicio 2017-07-18 15:14:39 -05:00
parent e9788ff9b6
commit 1f1cf84ab4
14 changed files with 438 additions and 2 deletions

View file

@ -14,5 +14,11 @@ version = "0.2.0"
[dependencies]
cortex-m = "0.3.0"
cortex-m-rtfm-macros = { path = "macros" }
static-ref = "0.2.0"
static-ref = "0.2.0"
[dependencies.cortex-m-rtfm-macros]
path = "macros"
[dev-dependencies]
compiletest_rs = "0.2.8"
stm32f103xx = "0.7.1"