summaryrefslogtreecommitdiffstats
path: root/admin/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'admin/runtests')
-rw-r--r--admin/runtests6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/runtests b/admin/runtests
index d884f1c..72ef639 100644
--- a/admin/runtests
+++ b/admin/runtests
@@ -20,11 +20,15 @@ test_opentag () {
/usr/bin/env bash $(dirname "$0")/open_tag
}
+test_docblocks () {
+ /usr/bin/env bash $(dirname "$0")/docblocks
+}
+
test_php () {
/usr/bin/env php texttest.php
}
-tests="tabs longlines nobadbraces nobadcase opentag php"
+tests="tabs longlines nobadbraces nobadcase opentag docblocks php"
failures=
for test_name in $tests