#[cfg(test)]
#[path = "tests_apr_construction.rs"]
mod convert_tests_part_03;
#[cfg(test)]
#[path = "tests_conversion_stats.rs"]
mod convert_tests_part_04;
#[cfg(test)]
#[path = "tests_raw_tensor_coverage.rs"]
mod convert_tests_part_05;
#[cfg(test)]
#[path = "tests_convert_llama.rs"]
mod convert_tests_part_06;
#[cfg(test)]
#[path = "tests_maimed_apr.rs"]
mod convert_tests_part_07;
#[cfg(test)]
#[path = "tests_semantic_divergence.rs"]
mod convert_tests_semantic_divergence;
#[cfg(test)]
#[path = "tests_byte_smasher.rs"]
mod convert_tests_byte_smasher;
#[cfg(test)]
#[path = "tests_checksum_and_q4k.rs"]
mod convert_tests_checksum_and_q4k;
#[cfg(test)]
#[path = "tests_conversion_stats_construction.rs"]
mod convert_tests_part_11;
#[cfg(test)]
#[path = "tests_crc32_single.rs"]
mod convert_tests_part_12;
#[cfg(test)]
#[path = "tests_convert.rs"]
mod convert_tests_part_13;
#[cfg(test)]
#[path = "tests_q4k_converter.rs"]
mod convert_tests_q4k_converter;