summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2268cb..58f019c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,9 @@ all:
python setup.py build
test:
- export PYTHONPATH=./lib/ && python -m thandy/tests
+ export PYTHONPATH=./lib/ && python -c "from thandy.tests import \
+ run_tests;\
+ run_tests()"
install:
python setup.py install