File: cli_tests.rs

package info (click to toggle)
rust-cargo-options 0.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
4
5
6
#[test]
fn cli_tests() {
    let t = trycmd::TestCases::new();
    t.register_bins(trycmd::cargo::compile_examples([]).unwrap());
    t.case("tests/cmd/*.toml");
}