split tests and json_tests

This commit is contained in:
debris
2016-02-02 22:50:41 +01:00
parent bb2104d312
commit 1b6fe392f8
13 changed files with 23 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
#[macro_use]
mod test_common;
mod transaction;
mod executive;
mod state;
mod client;
mod chain;
mod homestead_state;
mod homestead_chain;