#!/bin/sh

set +x
set -e

# generate autoload-files. keep in sync with debian/rules::override_dh_auto_build
phpab --template debian/autoload-test-autopkgtest.php.tpl \
      --output test/autoload.php \
      test

# keep in sync with debian/rules::override_dh_auto_test
phpunit --no-coverage --bootstrap test/autoload.php
