nalgebra/nalgebra-sparse/tests/unit.rs

8 lines
218 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]
pub mod common;