summaryrefslogtreecommitdiff
path: root/tools/checks
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checks')
-rwxr-xr-xtools/checks11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/checks b/tools/checks
new file mode 100755
index 0000000..26a20ae
--- /dev/null
+++ b/tools/checks
@@ -0,0 +1,11 @@
+#!/bin/bash -ex
+
+# tools/checks
+#
+# Runs all code checks. If you're automating testing, call this rather than
+# invoking a test command directly; if you're adding a test command, add it here
+# or to one of the tools called from this script.
+
+tools/check-tests
+tools/check-lints
+tools/check-dependencies