diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -40,7 +40,7 @@ tests: release tests-incremental ## compile a release build and run the testsui | |||
| 40 | 40 | ||
| 41 | tests-incremental: ## perform an incremental build and run the testsuite | 41 | tests-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 | ||
| 45 | coverage: ## compile snuffleugpaus, and run the testsuite with coverage | 45 | coverage: ## compile snuffleugpaus, and run the testsuite with coverage |
| 46 | cd $(SRC); phpize | 46 | cd $(SRC); phpize |
