diff options
author | tailor <cygnus@janrain.com> | 2006-01-04 21:14:56 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-04 21:14:56 +0000 |
commit | dbfa1aa3a72715e35e12e7ce1b053bee33328a62 (patch) | |
tree | bf4e39ff5e19789c84dc462882430674e8c805d9 /admin/runtests | |
parent | c48833eccc670a2c8d4367beb56a60b9193124c1 (diff) | |
download | php-openid-dbfa1aa3a72715e35e12e7ce1b053bee33328a62.zip php-openid-dbfa1aa3a72715e35e12e7ce1b053bee33328a62.tar.gz php-openid-dbfa1aa3a72715e35e12e7ce1b053bee33328a62.tar.bz2 |
[project @ Added long line check script to admin/]
Diffstat (limited to 'admin/runtests')
-rw-r--r-- | admin/runtests | 6 |
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 |