typos/tests/cli_tests.rs
2021-11-08 11:20:27 -06:00

5 lines
107 B
Rust

#[test]
#[cfg(feature = "dict")]
fn cli_tests() {
trycmd::TestCases::new().case("tests/cmd/*.toml");
}