about summary refs log tree commit diff
path: root/tvix/eval/src/tests/mod.rs
/// 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;