All tests compile. Most tests work.

This commit is contained in:
Gav
2018-02-07 16:34:18 +01:00
parent 4f15a6d488
commit ef059b81f1
9 changed files with 15 additions and 7 deletions
+4 -1
View File
@@ -38,10 +38,13 @@ extern crate serde;
extern crate parity_wasm;
extern crate byteorder;
extern crate rustc_hex;
extern crate native_runtime;
extern crate triehash;
#[macro_use] extern crate log;
// TODO: Remove and split out into polkadot-specific crate.
extern crate native_runtime;
extern crate polkadot_primitives;
#[cfg(test)]
#[macro_use]
extern crate hex_literal;