aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth_traits
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2018-04-30 22:19:33 +0800
committerPaul Rouget <me@paulrouget.com>2018-04-30 22:19:33 +0800
commite02a23b2f6b8b1d8386f46e73068bdd48a6811f5 (patch)
treeb8d5dead3d40919cfa3c685f86503bca16d888fe /components/bluetooth_traits
parentbf667677f75cd3f56fff3a91f73c21ba1e4705af (diff)
downloadservo-e02a23b2f6b8b1d8386f46e73068bdd48a6811f5.tar.gz
servo-e02a23b2f6b8b1d8386f46e73068bdd48a6811f5.zip
Automatically provide a resource reader for tests
Diffstat (limited to 'components/bluetooth_traits')
-rw-r--r--components/bluetooth_traits/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/bluetooth_traits/Cargo.toml b/components/bluetooth_traits/Cargo.toml
index c1d84570765..c0d01079449 100644
--- a/components/bluetooth_traits/Cargo.toml
+++ b/components/bluetooth_traits/Cargo.toml
@@ -14,3 +14,6 @@ ipc-channel = "0.10"
regex = "0.2"
serde = "1.0"
embedder_traits = { path = "../embedder_traits" }
+
+[dev-dependencies]
+embedder_traits = { path = "../embedder_traits", features = ["tests"] }