diff --git a/src/lmath.rs b/src/lmath.rs index 09f5de4..d317b0e 100644 --- a/src/lmath.rs +++ b/src/lmath.rs @@ -18,7 +18,7 @@ pub mod vec; pub mod projection; -#[test] +#[cfg(test)] mod test { #[path = "test_mat.rs" ] mod mat; #[path = "test_quat.rs"] mod quat;