X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=Makefile;h=fc8795aaa8e4b14b26255312495a30e7f7c28ce9;hp=439caa90d573b2d30b776c2551d11f2f7f71e1af;hb=734323ca25765e6eecfa63e41b7f3ec12b084ca3;hpb=54aa265915f305f688051bebf940fcbe000ddce2 diff --git a/Makefile b/Makefile index 439caa9..fc8795a 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,17 @@ lp-test: ./tests pep8 tests -test: lp-test +wrappers: + #rm -fr wrapdir + #mkdir wrapdir + #LD_PRELOAD=libsocket_wrapper.so + #SOCKET_WRAPPER_DIR=wrapdir + #SOCKET_WRAPPER_DEFAULT_IFACE=9 + +tests: wrappers + PYTHONPATH=./ ./tests/tests.py --test=test1 + +test: lp-test tests PYTHONPATH=./ ./ipsilon/tools/saml2metadata.py sdist: