mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user