Files
herdr/tests/cli.rs
T
JJ Liebig 50ce4ec2dd fix: run the full applicable test suite on windows (#3660)
* fix: run the full applicable test suite on windows

* test: remove redundant test shell assignment

* test: make endpoint and metadata fixtures deterministic

* test: tolerate exited servers during windows probe cleanup
2026-09-05 21:39:32 +03:00

7 lines
98 B
Rust

#![cfg(all(unix, not(target_os = "macos")))]
pub mod support;
#[path = "cli/mod.rs"]
mod cases;