#!/bin/sh
set +x

mkdir -p vendor
phpab \
	-o vendor/autoload.php \
	-t debian/autoload.php.test.tpl \
	tests

phpunit -v --include-path /usr/share/php/Laravel/Lumen
