[functional-tests] port some of the cache_check tests to Rust

This commit is contained in:
Joe Thornber
2020-08-07 14:30:00 +01:00
parent 4a0582bb5d
commit fa4ea3e2d9
21 changed files with 464 additions and 128 deletions

View File

@@ -5,6 +5,7 @@ use thinp::version::TOOLS_VERSION;
mod common;
use common::*;
use common::test_dir::*;
//------------------------------------------