1 2 3 4 5 6 7 8 9 10 11
//! All tests. #![allow(unused_imports)] include!("../../../../module/step/meta/src/module/terminal.rs"); /// System under test. use willbe as the_module; /// asset path pub const ASSET_PATH: &str = "tests/asset"; mod inc;