summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2015-04-28 19:11:12 +0200
committerPatrick Uiterwijk <puiterwijk@redhat.com>2015-04-28 20:53:06 +0200
commit86f5401c7cb620046b6dd7730844998dec595f43 (patch)
tree60e8eb4602d570341ac7a5cd575b0f55be51e27e /Makefile
parentba45934659346510966ca6c58a01dbba3eca7d2f (diff)
downloadipsilon.git-86f5401c7cb620046b6dd7730844998dec595f43.tar.gz
ipsilon.git-86f5401c7cb620046b6dd7730844998dec595f43.tar.xz
ipsilon.git-86f5401c7cb620046b6dd7730844998dec595f43.zip
Add OpenID test suite
This tests core OpenID and the Attribute Exchange, Simple Registration and Teams extensions. Using a small wsgi tool because mod_auth_openid does not support all extensions. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> Reviewed-by: Rob Crittenden <rcritten@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dce214a..2434898 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ tests: wrappers
PYTHONPATH=./ ./tests/tests.py --test=pgdb
PYTHONPATH=./ ./tests/tests.py --test=fconf
PYTHONPATH=./ ./tests/tests.py --test=ldap
+ PYTHONPATH=./ ./tests/tests.py --test=openid
test: lp-test unittests tests