[tests] Pull out common submodules

New modules: fixture, process, program, target, and thin
This commit is contained in:
Ming-Hung Tsai
2021-07-20 17:37:55 +08:00
parent 66b49e6f3d
commit 16190f0f9a
19 changed files with 469 additions and 388 deletions

View File

@@ -3,10 +3,14 @@ use anyhow::Result;
mod common;
use common::common_args::*;
use common::fixture::*;
use common::input_arg::*;
use common::output_option::*;
use common::process::*;
use common::program::*;
use common::target::*;
use common::test_dir::*;
use common::*;
use common::thin::*;
//------------------------------------------