mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-16 11:22:56 +00:00
8 lines
170 B
Rust
8 lines
170 B
Rust
#![cfg(not(debug_assertions))] // Tests are too slow in debug.
|
|
#![recursion_limit = "512"]
|
|
|
|
pub mod common;
|
|
pub mod fork_tests;
|
|
pub mod interactive_tests;
|
|
pub mod tests;
|