#!/bin/sh
set +x

mkdir -p vendor
phpab -o vendor/autoload.php -t debian/autoload.php.test.tpl \
	-i '*Test.php' src

phpunit --include-path /usr/share/php/League/MimeTypeDetection
