davical/debian/tests/phpunit
2023-03-13 21:56:13 +01:00

9 lines
167 B
Bash
Executable File

#!/bin/bash
# run our test suite, but on the installed package
set -e
# 2) phpunit tests
phpunit --include-path "/usr/share/davical:/usr/share/awl" testing/phpunit