aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-03-07 15:42:28 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-03-07 15:45:41 +0100
commit2a8f5574191a61d8ef39706a7ac92ba14ab457eb (patch)
treec163db5185979f25799f71c4dc4a12a288ba16f6 /build.rs
parentbffbde3be34ce854e169ad2296f44416414fbc75 (diff)
downloadsylt-2a8f5574191a61d8ef39706a7ac92ba14ab457eb.tar.gz
add buildscript to fix tests not being found
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.rs b/build.rs
new file mode 100644
index 0000000..bcfc238
--- /dev/null
+++ b/build.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("cargo:rerun-if-changed=progs/")
+}