Trying to get the tests back working

This commit is contained in:
Bastian Köcher
2019-04-12 12:01:16 +02:00
parent 101d338fb9
commit 815e466c41
15 changed files with 944 additions and 796 deletions
+23
View File
@@ -0,0 +1,23 @@
[package]
name = "cumulus-test-runtime-wasm"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[lib]
name = "cumulus_test_runtime"
crate-type = ["cdylib"]
[dependencies]
cumulus-test-runtime = { path = "..", default-features = false }
[features]
default = ["wasm"]
wasm = ["cumulus-test-runtime/wasm"]
[profile.release]
panic = "abort"
lto = true
[workspace]
members = []