From 0d56e6e7e449eff5e75acb378a01de1949ac7286 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 7 May 2013 11:50:38 +0200 Subject: added commands for unittests that run before building the package --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17d933c00..c711f82a9 100644 --- a/Makefile +++ b/Makefile @@ -30,16 +30,22 @@ clean: rm -rf $(build_directory) -dist: clean +dist: clean test mkdir -p $(build_directory) git archive HEAD --format=zip --prefix=$(app_name)/ > $(package_name).zip test: unit integration acceptance + unit: + phpunit tests/unit + integration: + phpunit tests/integration + acceptance: + # TODO -- cgit v1.2.3