mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
9 lines
167 B
Bash
Executable File
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
|
|
|