diff options
Diffstat (limited to 'tvix/eval/src/lib.rs')
-rw-r--r-- | tvix/eval/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tvix/eval/src/lib.rs b/tvix/eval/src/lib.rs index b0baf3c249e9..34bb3b57e97c 100644 --- a/tvix/eval/src/lib.rs +++ b/tvix/eval/src/lib.rs @@ -11,6 +11,8 @@ mod vm; mod warnings; #[cfg(test)] +mod properties; +#[cfg(test)] mod tests; // Re-export the public interface used by other crates. |