From 1f1cf84ab41ec26ac58c31260667f97507def0d0 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 18 Jul 2017 15:14:39 -0500 Subject: add cfail tests --- Cargo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 09acc71..443ba42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3