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 e6b036c..0a65226 100644
--- a/admin/runtests
+++ b/admin/runtests
@@ -4,11 +4,15 @@ test_tabs () {
/usr/bin/env bash $(dirname "$0")/notabs
}
+test_longlines () {
+ /usr/bin/env bash $(dirname "$0")/nolonglines
+}
+
test_php () {
/usr/bin/env php texttest.php
}
-tests="tabs php"
+tests="tabs longlines php"
failures=
for test_name in $tests