From 6043b9cf28b2e69dadedd8ea583670f8122014d5 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 19 Aug 2013 21:53:43 +0200 Subject: [PATCH] Go --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47578b56..788185c2 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ package_name=$(build_directory)$(app_name) test: javascript-tests unit-tests integration-tests acceptance-tests unit-tests: - phpunit --configuration tests/phpunit.xml + phpunit tests/*.php --configuration tests/phpunit.xml #tests/vobject.php