#[path = "../tests/audit_benchmarks.rs"]
mod audit_benchmarks;
#[path = "../tests/closure.rs"]
mod closure;
#[path = "../tests/common/mod.rs"]
mod common;
#[path = "../tests/contextual_semantics.rs"]
mod contextual_semantics;
#[path = "../tests/detect.rs"]
mod detect;
#[path = "../tests/emitter.rs"]
mod emitter;
#[path = "../tests/language_conformance.rs"]
mod language_conformance;
#[path = "../tests/locale.rs"]
mod locale;
#[path = "../tests/parser.rs"]
mod parser;
#[path = "../tests/roundtrip.rs"]
mod roundtrip;
#[path = "../tests/rule_events.rs"]
mod rule_events;
#[path = "../tests/settings_pipeline.rs"]
mod settings_pipeline;
#[path = "../tests/source_preservation.rs"]
mod source_preservation;
#[path = "../tests/wir_expansion.rs"]
mod wir_expansion;