diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -102,6 +102,9 @@ test-archive: @ cd ${BUILD_DIR} && mv kanboard-${version}.zip ${dst} @ rm -rf ${BUILD_DIR}/kanboard +test-sqlite-coverage: + @ phpunit --coverage-html /tmp/coverage --whitelist app/ -c tests/units.sqlite.xml + test-sqlite: @ phpunit -c tests/units.sqlite.xml |