1 2 3 4 5 6 7 8 9 10 11 12
#[test] fn cli_tests() { let tests = trycmd::TestCases::new(); tests.case("tests/cmd/*/*.toml"); #[cfg(unix)] tests.case("tests/unix/*/*.toml"); #[cfg(not(unix))] tests.case("tests/windows/*/*.toml"); }