test:
	phpunit --colors test/

test-caliper:
	vendor/phpunit/phpunit/phpunit --colors test/caliper/

.PHONY: test