summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-05-30 04:04:24 +0200
committerSebastian Hahn <sebastian@torproject.org>2009-06-01 00:56:52 +0200
commit8f402e0b6213f69d2dee426afeef2ca34db122ff (patch)
tree64abdea10aa22bcd18551252a7d539af4868195a /Makefile
parent73bec8e039efd4ed63a28a52375bb533eeea3ad9 (diff)
fix "make test"
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