From b0994ba68e7cbaa077d81006fb0f25bcbd049353 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 6 Sep 2015 14:28:06 -0400 Subject: Add unit tests for LDAP and ReverseProxy auth --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b23938a..2525a43a 100644 --- a/Makefile +++ b/Makefile @@ -77,4 +77,15 @@ archive: @ cd ${dst} && if [ -L kanboard-latest.zip ]; then unlink kanboard-latest.zip; ln -s kanboard-${version}.zip kanboard-latest.zip; fi @ rm -rf ${BUILD_DIR}/kanboard +test-sqlite: + @ phpunit -c tests/units.sqlite.xml + +test-mysql: + @ phpunit -c tests/units.mysql.xml + +test-postgres: + @ phpunit -c tests/units.postgres.xml + +unittest: test-sqlite test-mysql test-postgres + .PHONY: all -- cgit v1.2.3