mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-21 16:01:04 +00:00
* 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
7 lines
98 B
Rust
7 lines
98 B
Rust
#![cfg(all(unix, not(target_os = "macos")))]
|
|
|
|
pub mod support;
|
|
|
|
#[path = "cli/mod.rs"]
|
|
mod cases;
|