//! Load test binary entry point. //! //! Shares the test harness with integration tests via `#[path]`. //! Run with: `cargo test --test load -- --ignored --nocapture` #[allow(dead_code)] #[path = "load/mod.rs"] mod load; #[allow(dead_code)] #[path = "harness/mod.rs"] mod harness;