.PHONY: all test all: pytest test pytest: py.test test: PYTHONPATH=${PWD}/src python test/test.py `find test -name '[a-zA-Z]*.axle'`