~kendfinger-deactivatedaccount/apt-clone/apt-clone

1
2
3
4
5
6
7
8
9
10
11
all: test

test:
	pyflakes ../apt-clone ../apt_clone.py
	set -e; for f in *.py; do \
		PYTHONPATH=.. python $$f; \
	done; \
	# cruft from the tests
	rm -f ./data/mock-system/var/cache/apt/*.bin
	rm -f ./lala.tar.gz