#!/bin/bash
# run our test suite, but on the installed package

set -e

# 2) phpunit tests
phpunit --do-not-cache-result --include-path "/usr/share/davical:/usr/share/awl" testing/phpunit

