moved src to ethcore
This commit is contained in:
11
ethcore/src/tests/mod.rs
Normal file
11
ethcore/src/tests/mod.rs
Normal 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;
|
||||
Reference in New Issue
Block a user