From: Michael Wallner Date: Mon, 11 Nov 2019 12:15:48 +0000 (+0100) Subject: add pecl-test target X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=commitdiff_plain;h=3260aaf557445587c4aba63d3b4a67a74b64328d add pecl-test target --- diff --git a/Makefile b/Makefile index d7d70cd..f2190b1 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,10 @@ ext: pecl-check pecl .PHONY: test test: php REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests - +.PHONY: pecl-test +pecl-test: php + REPORT_EXIT_STATUS=1 $(bindir)/php $(prefix)/lib/php/build/run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff $(PECL_DIR)/tests + pharext/%: $(PECL_INI) php | $(srcdir)/../%.ext.phar for phar in $|; do $(bindir)/php $$phar --prefix=$(prefix) --ini=$(PECL_INI); done