#[path = "tests/bdd.rs"]
mod bdd;
#[path = "tests/deep.rs"]
mod deep;
#[path = "tests/deep2.rs"]
mod deep2;
#[path = "tests/deep_entropy_w49.rs"]
mod deep_entropy_w49;
#[path = "tests/deep_w38.rs"]
mod deep_w38;
#[path = "tests/deep_w68.rs"]
mod deep_w68;
#[path = "tests/determinism.rs"]
mod determinism;
#[path = "tests/entropy_depth_w56.rs"]
mod entropy_depth_w56;
#[path = "tests/entropy_depth_w61.rs"]
mod entropy_depth_w61;
#[path = "tests/entropy_w75.rs"]
mod entropy_w75;
#[path = "tests/properties.rs"]
mod properties;
#[path = "tests/synthetic_private_key_fixtures.rs"]
mod synthetic_private_key_fixtures;
#[path = "tests/unit.rs"]
mod unit;