summaryrefslogtreecommitdiff
path: root/Makefile
blob: 684a6b58b1ae513769a0d5e6ab44d59be0d476e3 (plain)
1
2
3
4
5
6
7
8
9
10
all:

check:
	python -m CoverageTestRunner --ignore-missing-from without-tests
	./blackboxtest

clean:
	rm -rf *.py[co] */*.py[co] build dist MANIFEST 
	rm -f blackboxtest.log blackboxtest-genbackupdata.log