1 2 3 4 5 6 7 8 9 10 11
//! Tests //! //! Simple Integration tests in Rust #[cfg(test)] mod linear_beach; #[cfg(test)] mod test_constant_depth; #[allow(dead_code)] #[cfg(test)] mod helper;