summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 20:21:31 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 20:21:31 +0300
commit714258221c7c64414cb41d325ede1da4c52af7ef (patch)
treebda4819e33228ae727cb40da4c34406d486c768f /Makefile
parent1f122e657370d0b25bb71b5c89f882b141b3b46a (diff)
downloadcoverage-test-runner-714258221c7c64414cb41d325ede1da4c52af7ef.tar.gz
Fix debian/rules for Debian 8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3bf71dd..67fbcb9 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ all:
clean:
rm -f *.py[co] */*.py[co] .coverage
rm -rf build
-
+
check:
./testrun
rm -f .coverage