blob: 544c34a6cbcbe5d81cb99f7b89da8175e33feb42 (
plain) (
tree)
|
|
fn main() {
// Pick up new test case files
// https://github.com/la10736/rstest/issues/256
println!("cargo:rerun-if-changed=src/tests/nix_tests");
println!("cargo:rerun-if-changed=src/tests/tvix_tests")
}
|