diff --git a/src/runtime2/mod.rs b/src/runtime2/mod.rs index 880f89fa5743b93ed09697b852bbc932d88652ac..691c7ca21685901f3a3f2a0c58d6ec7d3ef0bd50 100644 --- a/src/runtime2/mod.rs +++ b/src/runtime2/mod.rs @@ -2,4 +2,5 @@ mod store; mod runtime; mod component; mod communication; -mod scheduler; \ No newline at end of file +mod scheduler; +#[cfg(test)] mod tests; \ No newline at end of file