New state tests (#5418)

* General state tests

* Allow dir name for a test
This commit is contained in:
Arkadiy Paronyan
2017-04-12 13:33:49 +02:00
committed by Gav Wood
parent 1b36a381e8
commit 15ae24b541
14 changed files with 328 additions and 868 deletions

View File

@@ -21,8 +21,5 @@ mod transaction;
mod executive;
mod state;
mod chain;
mod homestead_state;
mod homestead_chain;
mod eip150_state;
mod eip161_state;
mod trie;