summaryrefslogtreecommitdiffstats
path: root/admin/runtests
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-01-05 19:22:31 +0000
committertailor <cygnus@janrain.com>2006-01-05 19:22:31 +0000
commitee8ed8a31412c3565ae7d11bba70fec60b08f0e9 (patch)
treea81a3e74e1aa4fbf59aac4cd370086b6093ddb36 /admin/runtests
parentd390709324e5df794b9ff6ce12ce88136544b1c7 (diff)
downloadphp-openid-ee8ed8a31412c3565ae7d11bba70fec60b08f0e9.zip
php-openid-ee8ed8a31412c3565ae7d11bba70fec60b08f0e9.tar.gz
php-openid-ee8ed8a31412c3565ae7d11bba70fec60b08f0e9.tar.bz2
[project @ Added script to check the case of null, true, and false tokens]
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 ee8ebcd..8d1b7f2 100644
--- a/admin/runtests
+++ b/admin/runtests
@@ -12,11 +12,15 @@ test_nobadbraces () {
/usr/bin/env bash $(dirname "$0")/nobadbraces
}
+test_nobadcase () {
+ /usr/bin/env bash $(dirname "$0")/nobadcase
+}
+
test_php () {
/usr/bin/env php texttest.php
}
-tests="tabs longlines nobadbraces php"
+tests="tabs longlines nobadbraces nobadcase php"
failures=
for test_name in $tests