summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-01 21:48:06 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-01 21:48:06 +0000
commit5638f50298796476296bf3954540cb1a9835024e (patch)
treefdbcbb387a9cfe338a7a96fa8e88b7aae724c27e /Makefile
parent4ebabf3aea7f081ac83d8a6e9f186fb33130dd27 (diff)
parentce7ae3a3816adfa469140a535977dd656849ea7c (diff)
downloadgenbackupdata-5638f50298796476296bf3954540cb1a9835024e.tar.gz
Merge rewrite.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 79cbdcd..129f2e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,12 @@
all:
check:
- python-coverage -e
- python-coverage -x tests.py
- python-coverage -r -m -o /usr,/var | \
- awk '{ print } /^TOTAL/ && $$2 != $$3 {exit 1}'
+ python -m CoverageTestRunner --ignore-missing-from without-tests
+ ./blackboxtest
clean:
- rm -rf *.pyc *.pyo build dist MANIFEST
+ rm -rf *.py[co] */*.py[co] build dist MANIFEST
+ rm -f blackboxtest.log blackboxtest-genbackupdata.log
dist:
python setup.py sdist