#! /bin/sh
mkdir -p vendor
phpab	--output vendor/autoload.php \
	--template debian/autoload.ci.php.tpl \
	--basedir vendor \
	tests/_fixture
phpunit
