summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d92d2d..649c8b6 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ tests: release tests-incremental ## compile a release build and run the testsui
40 40
41tests-incremental: ## perform an incremental build and run the testsuite 41tests-incremental: ## perform an incremental build and run the testsuite
42 make -C $(SRC) 42 make -C $(SRC)
43 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 make -C $(SRC) test
44 44
45coverage: ## compile snuffleugpaus, and run the testsuite with coverage 45coverage: ## compile snuffleugpaus, and run the testsuite with coverage
46 cd $(SRC); phpize 46 cd $(SRC); phpize