moved src to ethcore

This commit is contained in:
debris
2016-01-31 10:36:48 +01:00
parent 549bb777e3
commit 8fe0d74b64
54 changed files with 0 additions and 0 deletions

11
ethcore/src/tests/mod.rs Normal file
View File

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