all:
	python test_all.py

clean:
	- rm *.pyc *~
