Allow for decode ssz_static tests

This commit is contained in:
Paul Hauner
2019-05-14 15:08:42 +10:00
parent 97be6b52cc
commit 523caf52d6
9 changed files with 137 additions and 28 deletions

View File

@@ -10,6 +10,7 @@ pub use crate::test_case_result::*;
pub use crate::test_doc::*;
pub use crate::test_doc_cases::*;
pub use crate::test_doc_header::*;
pub use crate::yaml_utils::*;
mod error;
mod test_case_result;
@@ -17,3 +18,4 @@ mod test_decode;
mod test_doc;
mod test_doc_cases;
mod test_doc_header;
mod yaml_utils;