summaryrefslogtreecommitdiff
path: root/tools/check-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check-tests')
-rwxr-xr-xtools/check-tests8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/check-tests b/tools/check-tests
new file mode 100755
index 0000000..ef2a7bc
--- /dev/null
+++ b/tools/check-tests
@@ -0,0 +1,8 @@
+#!/bin/bash -ex
+
+# tools/check-tests
+#
+# Checks that the code in this project passes incorrectness checks.
+
+cargo build --locked --all-targets
+cargo test