summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-04-17 08:48:14 +1200
committerLars Wirzenius <liw@liw.fi>2010-04-17 08:48:14 +1200
commit99c264ba3f1aeccd039211cf6d9c8fd0d633a45a (patch)
tree0ed19fb8bffd90191c793535b3f9267876e87fa0 /Makefile
parent0bc1e2655caeca0b479f4a32bf3ebd56d1119e60 (diff)
downloadlarch-99c264ba3f1aeccd039211cf6d9c8fd0d633a45a.tar.gz
Split things into separate modules in the package.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1f5e024..6aa8e08 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
all:
check: all
- python -m CoverageTestRunner
+ python -m CoverageTestRunner --ignore-missing-from=without-tests
rm .coverage
clean:
- rm -f .coverage *.pyc *.pyo
+ rm -f .coverage *.py[co] btree/*.py[co]