#!/bin/sh

set +x
set -e

phpunit --do-not-cache-result --no-coverage --bootstrap /usr/share/dmarc-srg/classes/autoload.php tests/classes/Mail/
phpunit --do-not-cache-result --no-coverage --bootstrap /usr/share/dmarc-srg/classes/autoload.php tests/classes/Sources/
phpunit --do-not-cache-result --no-coverage --bootstrap /usr/share/dmarc-srg/classes/autoload.php tests/classes/CommonTest.php
phpunit --do-not-cache-result --no-coverage --bootstrap /usr/share/dmarc-srg/classes/autoload.php tests/classes/ConfigTest.php
phpunit --do-not-cache-result --no-coverage --bootstrap /usr/share/dmarc-srg/classes/autoload.php tests/classes/DateTimeTest.php
phpunit --do-not-cache-result --no-coverage --bootstrap /usr/share/dmarc-srg/classes/autoload.php tests/classes/StatisticsTest.php
phpunit --do-not-cache-result --no-coverage --bootstrap /usr/share/dmarc-srg/classes/autoload.php tests/classes/TextTableTest.php
