diff options
-rw-r--r-- | cortex-m-rt/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index 7bf2283..09644d0 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -36,6 +36,10 @@ compiletest_rs = "0.4.0" name = "device" required-features = ["device"] +[[test]] +name = "compiletest" +required-features = ["device"] + [features] device = [] |