


test:
	cd .. && prove tests/

test-verbose:
	cd .. && prove --verbose tests/
