summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-29 17:52:29 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-29 17:52:29 +0100
commitacffc9eb8bf034cf8f1e80855cbd6924d796d27b (patch)
treebf9fb2bd3c013ebb19cdd38a33358f8d638fbf9b /Makefile
parent67a226e6cd32764ddb549232cb94422081911ca4 (diff)
downloadcoverage-test-runner-acffc9eb8bf034cf8f1e80855cbd6924d796d27b.tar.gz
Change CoverageTestRunner.py to run stuff only in named dirs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f39d72d..8dcfae0 100644
--- a/Makefile
+++ b/Makefile
@@ -16,3 +16,7 @@ all:
clean:
rm -f *.py[co] */*.py[co] .coverage
rm -rf build
+
+check:
+ ./testrun
+ rm -f .coverage