Zebra/zebra-chain/src/block/tests.rs

12 lines
239 B
Rust

//! Tests for Zebra blocks
// XXX generate should be rewritten as strategies
#[cfg(any(test, feature = "bench", feature = "proptest-impl"))]
pub mod generate;
#[cfg(test)]
mod preallocate;
#[cfg(test)]
mod prop;
#[cfg(test)]
mod vectors;