X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Makefile;h=f527641d301ae6f177a4e46df41baf41a580b306;hb=c89ae23656dceecba453c68ce97382b9fff5fda6;hp=e122594c39420c4344df37fc35b76177430e85e5;hpb=0087ad1e0824b4b1c49ce1468bfbb2e492ac7992;p=cascardo%2Fipsilon.git diff --git a/Makefile b/Makefile index e122594..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,12 +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