Tests for native/wasm runtime

This commit is contained in:
Gav
2018-01-25 19:28:28 +01:00
parent 53eea2bed6
commit ead42293bc
15 changed files with 105 additions and 32 deletions
+2
View File
@@ -34,8 +34,10 @@ extern crate serde;
extern crate parity_wasm;
extern crate byteorder;
extern crate rustc_hex;
#[macro_use]
extern crate native_runtime;
extern crate runtime_support;
extern crate memcmp;
#[macro_use]
extern crate error_chain;