[functional tests] Port some of Hank's sh tests to Rust.

Run with 'cargo test'
This commit is contained in:
Joe Thornber
2020-08-13 13:49:11 +01:00
parent a8a2f560ec
commit 2fa732a93c
3 changed files with 264 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
mod superblock;
pub mod superblock;
pub mod check;
pub mod xml;