aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt
diff options
context:
space:
mode:
authorGravatar Jonas Schievink <jonasschievink@gmail.com> 2019-11-21 21:17:46 +0100
committerGravatar Jonas Schievink <jonasschievink@gmail.com> 2019-11-21 21:17:46 +0100
commit7e8d9fc54bbd42b2324c4010a25cf2230345c5a7 (patch)
tree192cd4be945e7221bec42262118ddc70956acd1e /cortex-m-rt
parent2f11f0b439a610f4716375d0b0c5005f7e63cf40 (diff)
downloadcortex-m-7e8d9fc54bbd42b2324c4010a25cf2230345c5a7.tar.gz
cortex-m-7e8d9fc54bbd42b2324c4010a25cf2230345c5a7.tar.zst
cortex-m-7e8d9fc54bbd42b2324c4010a25cf2230345c5a7.zip
Require `device` feature when running compiletests
Diffstat (limited to 'cortex-m-rt')
-rw-r--r--cortex-m-rt/Cargo.toml4
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 = []