Test compiled wasm code in test-runtime (#1364)

* Test compiled wasm code in test-runtime

* Drop lazy_static

* Move substrate-executor to dev-dependencies
This commit is contained in:
kyegupov
2019-01-09 10:27:53 +00:00
committed by Gav Wood
parent e14da81084
commit 079eb39559
6 changed files with 47 additions and 7 deletions
+2
View File
@@ -45,6 +45,8 @@ extern crate substrate_keyring as keyring;
#[cfg_attr(any(feature = "std", test), macro_use)]
extern crate substrate_primitives as primitives;
#[cfg(test)] extern crate substrate_executor;
#[cfg(feature = "std")] pub mod genesismap;
pub mod system;