__init__ needs to be in the main package
[cascardo/ipsilon.git] / Makefile
index 48a6e52..f527641 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,7 @@ wrappers:
 
 tests: wrappers
        PYTHONPATH=./ ./tests/tests.py --test=test1
+       PYTHONPATH=./ ./tests/tests.py --test=testlogout
        PYTHONPATH=./ ./tests/tests.py --test=attrs
        PYTHONPATH=./ ./tests/tests.py --test=trans
        PYTHONPATH=./ ./tests/tests.py --test=pgdb
@@ -67,6 +68,7 @@ test: lp-test unittests tests
 
 unittests:
        PYTHONPATH=./ ./ipsilon/tools/saml2metadata.py
+       PYTHONPATH=./ python ./ipsilon/util/policy.py
 
 sdist:
        python setup.py sdist