ef_tests: sanity block tests

This commit is contained in:
Michael Sproul
2019-06-11 18:05:44 +10:00
parent 6bf6ba337d
commit 4024a400c8
3 changed files with 57 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ mod operations_deposit;
mod operations_exit;
mod operations_proposer_slashing;
mod operations_transfer;
mod sanity_blocks;
mod sanity_slots;
mod shuffling;
mod ssz_generic;
@@ -36,6 +37,7 @@ pub use operations_deposit::*;
pub use operations_exit::*;
pub use operations_proposer_slashing::*;
pub use operations_transfer::*;
pub use sanity_blocks::*;
pub use sanity_slots::*;
pub use shuffling::*;
pub use ssz_generic::*;