From 7badc2c240b617dbd08a37ee9ca02c602904e72a Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Wed, 28 Oct 2009 14:09:50 +0100 Subject: [PATCH] Make "make test" work. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 590ca1e8..8d13ea33 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,8 @@ clean: find . -name "*.so" | xargs rm test: - nosetests scikits.image + nosetests scikits/image +coverage: + nosetests scikits.image --with-coverage + coverage scikits.image.*/*.py