about summary refs log blame commit diff
path: root/tvix/nix-compat/build.rs
blob: c66b9701624517121f43d8a0d1eb23cedf03dd2d (plain) (tree)
1
2
3
4
5




                                                                            
fn main() {
    // Pick up new test case files
    // https://github.com/la10736/rstest/issues/256
    println!("cargo:rerun-if-changed=src/derivation/tests/derivation_tests")
}