#! /bin/sh
mkdir --parents vendor
phpabtpl \
	--require hamcrest/hamcrest-php \
	> debian/autoload.tests.php.tpl
phpab \
	--template debian/autoload.tests.php.tpl \
	--output vendor/autoload.php \
	tests generator
phpunit --configuration tests/phpunit.xml.dist
