nalgebra/nalgebra-sparse/tests/unit.rs

9 lines
219 B
Rust
Raw Normal View History

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