Trying to get the tests back working

This commit is contained in:
Bastian Köcher
2019-04-12 12:01:16 +02:00
parent be6df468e6
commit e4ec12a609
15 changed files with 944 additions and 796 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "cumulus-test-runtime"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
runtime = { package = "cumulus-runtime", path = "../../runtime", default-features = false }
substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" }
[features]
default = ["std"]
std = [
"runtime/std",
"substrate-test-runtime/std",
]
wasm = ["runtime/wasm"]