diff options
Diffstat (limited to 'tvix/store/src/main.rs')
-rw-r--r-- | tvix/store/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/store/src/main.rs b/tvix/store/src/main.rs index fd11f3c1c9c1..772a45d0bd59 100644 --- a/tvix/store/src/main.rs +++ b/tvix/store/src/main.rs @@ -1,5 +1,8 @@ mod proto; +#[cfg(test)] +mod tests; + fn main() { println!("Hello, world!"); } |