summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-02-09 22:57:59 +0000
committerLars Wirzenius <liw@liw.fi>2012-02-09 22:57:59 +0000
commitabfcac696aa3d64b58a025ab74d5b67c7e1c7162 (patch)
tree19db5ca069a763413406d5712a7e9f570e703ce6 /Makefile
parentc71b30d98b036a747f248f0ae68e316a2086a664 (diff)
downloadsummain-abfcac696aa3d64b58a025ab74d5b67c7e1c7162.tar.gz
Erm, undo some of the previous change: setup.py doesn't do check
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe02fbd..5472c67 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,8 @@ summain.1: _summain.so summain.1.in
python summain --generate-manpage=summain.1.in > summain.1
check:
- python setup.py check
+ python -m CoverageTestRunner
+ rm -f .coverage
clean:
python setup.py clean