#!/bin/sh
set +x
phpab --output src/autoload.php \
      src
mkdir -p vendor
cp debian/vendor-autoload.php vendor/autoload.php
phpunit --no-coverage
