X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=Makefile;h=f527641d301ae6f177a4e46df41baf41a580b306;hp=e558b481d7b6a0f256ebab5d75be5650fd2f2fa8;hb=d71af443d0178aeded3a6e65921292819f9f3b5b;hpb=21523f498da27ee43cb48acb70e8760decb46a5d diff --git a/Makefile b/Makefile index e558b48..f527641 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ RPMBUILD = $(PWD)/dist/rpmbuild -all: lint pep8 +all: lint pep8 test + echo "All tests passed" lint: # Analyze code @@ -57,11 +58,17 @@ 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 + PYTHONPATH=./ ./tests/tests.py --test=fconf -test: lp-test tests +test: lp-test unittests tests + +unittests: PYTHONPATH=./ ./ipsilon/tools/saml2metadata.py + PYTHONPATH=./ python ./ipsilon/util/policy.py sdist: python setup.py sdist