summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d5b004..1d92d2d 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,10 @@ linked-clone:
36 cp -r $$SRCDIR/tests . 36 cp -r $$SRCDIR/tests .
37 @echo -e "==> DONE. <==\nCompile a debug build with\n make compile_debug SRC=src-$(CLONE)" 37 @echo -e "==> DONE. <==\nCompile a debug build with\n make compile_debug SRC=src-$(CLONE)"
38 38
39tests: release ## compile a release build and run the testsuite 39tests: release tests-incremental ## compile a release build and run the testsuite
40
41tests-incremental: ## perform an incremental build and run the testsuite
42 make -C $(SRC)
40 TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 SP_SKIP_OLD_PHP_CHECK=1 make -C $(SRC) test 43 TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 SP_SKIP_OLD_PHP_CHECK=1 make -C $(SRC) test
41 44
42coverage: ## compile snuffleugpaus, and run the testsuite with coverage 45coverage: ## compile snuffleugpaus, and run the testsuite with coverage