summaryrefslogtreecommitdiff
path: root/tools/check
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check')
-rwxr-xr-xtools/check10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/check b/tools/check
new file mode 100755
index 0000000..269a23d
--- /dev/null
+++ b/tools/check
@@ -0,0 +1,10 @@
+#!/bin/bash -e
+
+cd "$(dirname "$0")/.."
+
+## tools/check
+##
+## Run checks on the project, exiting with a zero status if all checks pass.
+
+tools/check-lint
+tools/check-style