merlon 1.3.1

Mod package manager for the Paper Mario (N64) decompilation
Documentation
1
2
3
4
5
6
7
8
9
use anyhow::Result;

#[test]
fn cli_tests() -> Result<()> {
    trycmd::TestCases::new()
        .case("tests/cmd/*.toml")
        .run();
    Ok(())
}