Making sure that new files in the winch filetests directory will cause a rebuild (#5672)

This commit is contained in:
Kevin Rizzo
2023-01-31 14:22:11 -05:00
committed by GitHub
parent c9d1c068bc
commit f110bd98d1

4
winch/filetests/build.rs Normal file
View File

@@ -0,0 +1,4 @@
fn main() {
// Ensure that new files in the filetests directory cause a rebuild.
println!("cargo:rerun-if-changed=filetests");
}