From 8f402e0b6213f69d2dee426afeef2ca34db122ff Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Sat, 30 May 2009 04:04:24 +0200 Subject: fix "make test" --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3