.PHONY : test all: clean test test: ./bin/run_tests clean: find ./ -name '*.pyc' -print0 | xargs -0 rm -f