summaryrefslogtreecommitdiff
path: root/Makefile
blob: 129f2e445824574d96273e9e7f4fe8fc956ef665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

dist:
	python setup.py sdist