diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-18 15:14:39 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-18 15:14:39 -0500 |
| commit | 1f1cf84ab41ec26ac58c31260667f97507def0d0 (patch) | |
| tree | 66c402bd045e1741d3b613dbab2b526d8e49f7c7 /Cargo.toml | |
| parent | e9788ff9b69a3725f39db4aa31c36946b53bea64 (diff) | |
add cfail tests
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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"
\ No newline at end of file +static-ref = "0.2.0" + +[dependencies.cortex-m-rtfm-macros] +path = "macros" + +[dev-dependencies] +compiletest_rs = "0.2.8" +stm32f103xx = "0.7.1" |
