[tests] Port the remaining cache tests

This commit is contained in:
Ming-Hung Tsai
2021-09-10 16:23:53 +08:00
parent 66c1d629a4
commit 5abb92838c
5 changed files with 146 additions and 96 deletions

View File

@@ -34,6 +34,7 @@ macro_rules! path_to {
pub const CACHE_CHECK: &str = path_to!("cache_check");
pub const CACHE_DUMP: &str = path_to!("cache_dump");
pub const CACHE_REPAIR: &str = path_to!("cache_repair");
pub const CACHE_RESTORE: &str = path_to!("cache_restore");
pub const THIN_CHECK: &str = path_to!("thin_check");