2020-07-14 00:44:40 +08:00
|
|
|
//! Unit tests
|
2021-01-15 00:17:52 +08:00
|
|
|
#[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;
|