nalgebra/nalgebra-sparse/tests/unit.rs

8 lines
170 B
Rust
Raw Normal View History

2020-07-14 00:44:40 +08:00
//! Unit tests
2020-11-18 20:54:14 +08:00
#[cfg(not(feature = "proptest-support"))]
compile_error!("Tests must be run with feature proptest-support");
2020-07-14 00:44:40 +08:00
mod unit_tests;
#[macro_use]
pub mod common;