Fix subcrate test compile (#8862)

* Fix test compile for light, node_filter, service in ethcore

* Fix ipfs, local-store, rpc, secret_store, updater subcrate test compile
This commit is contained in:
Wei Tang
2018-06-11 18:26:49 +08:00
committed by Marek Kotewicz
parent 10fc74eb81
commit 09ee6e1477
8 changed files with 10 additions and 0 deletions

View File

@@ -25,5 +25,6 @@ path = { path = "../util/path" }
rand = "0.4"
[dev-dependencies]
ethcore = { path = "../ethcore", features = ["test-helpers"] }
tempdir = "0.3"
matches = "0.1"