summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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