summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79cbdcd..4aea314 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,11 @@ check:
python-coverage -x tests.py
python-coverage -r -m -o /usr,/var | \
awk '{ print } /^TOTAL/ && $$2 != $$3 {exit 1}'
+ ./blackboxtest
clean:
- rm -rf *.pyc *.pyo build dist MANIFEST
+ rm -rf *.pyc *.pyo build dist MANIFEST
+ rm -f blackboxtest.log blackboxtest-genbackupdata.log
dist:
python setup.py sdist