about summary refs log blame commit diff
path: root/tvix/eval/src/tests/mod.rs
blob: 21b5d35e6af070878e22ba750f5f7ed795d9a243 (plain) (tree)
1
2
3
4
5
6



                                                                
                             
              
/// Module for one-off tests which do not follow the rest of the
/// test layout.
mod one_offs;

#[cfg(feature = "nix_tests")]
mod nix_tests;