summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0d7e01a..fc8795a 100644
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,18 @@ 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
- ./tests/tests.py --test=test1
sdist:
python setup.py sdist