summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-12 13:34:09 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-12 13:34:09 +0200
commitc05a8ca265bd70b1c0fa2003c0159d3691b1b6a5 (patch)
tree49233dc18a8ff67ae56b071546d2422759027164 /Makefile
parent379388673da6e6fb867d957b81e0733b6efd60e6 (diff)
downloadgenbackupdata-c05a8ca265bd70b1c0fa2003c0159d3691b1b6a5.tar.gz
Move rest of "make check" into ./check
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index dd3c9db..778db60 100644
--- a/Makefile
+++ b/Makefile
@@ -2,13 +2,3 @@ all: genbackupdata.1
genbackupdata.1: genbackupdata.1.in genbackupdata
./genbackupdata --generate-manpage=genbackupdata.1.in > genbackupdata.1
-
-check:
- python -m CoverageTestRunner --ignore-missing-from without-tests
- rm -f .coverage
- cmdtest tests
- pep8 genbackupdata genbackupdatalib
-
-clean:
- rm -rf *.py[co] */*.py[co] build dist MANIFEST
- rm -f blackboxtest.log blackboxtest-genbackupdata.log