#![cfg(not(debug_assertions))] // Tests are too slow in debug.
pub mod fork_tests;
pub mod interactive_tests;
pub mod tests;