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

@@ -16,5 +16,6 @@ stop-guard = { path = "../../util/stop-guard" }
trace-time = { path = "../../util/trace-time" }
[dev-dependencies]
ethcore = { path = "..", features = ["test-helpers"] }
tempdir = "0.3"
kvdb-rocksdb = { path = "../../util/kvdb-rocksdb" }