1 2 3 4 5
// Single integration test binary for oxdock-ssh-plugin: every // `tests/<name>.rs` target lives here as a submodule so the crate links // its test dependencies once instead of once per file. #[path = "integration/ssh.rs"] mod ssh;