summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-02 12:33:47 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-02 12:33:47 +0000
commitb2975da0a87cb093c57f4f0ae04b6701ba7de36d (patch)
treebb56fddf59c4477f263ea2377503b9c494487d2a /Makefile
parent49f340f5c5168b03894436bfd3331a6bed48275d (diff)
downloadgenbackupdata-b2975da0a87cb093c57f4f0ae04b6701ba7de36d.tar.gz
Add blackboxtest to "make check".
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