diff options
Diffstat (limited to 'tvix/store/src/tests/mod.rs')
-rw-r--r-- | tvix/store/src/tests/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/store/src/tests/mod.rs b/tvix/store/src/tests/mod.rs index 1e7fc3f6b451..c7e6fee0cc6c 100644 --- a/tvix/store/src/tests/mod.rs +++ b/tvix/store/src/tests/mod.rs @@ -1,2 +1,3 @@ pub mod fixtures; mod nar_renderer; +mod nar_renderer_seekable; |