Move test defs into crate

This commit is contained in:
Paul Hauner
2020-01-16 13:32:37 +11:00
parent c33d358cc9
commit 72dc6db9dd
2 changed files with 21 additions and 16 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,4 @@
pub mod fork_choice_test_definition;
mod proto_array;
mod ssz_container;