summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cae98b2e..fcaf8e85 100644
--- a/Makefile
+++ b/Makefile
@@ -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