From 3260aaf557445587c4aba63d3b4a67a74b64328d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 11 Nov 2019 13:15:48 +0100 Subject: [PATCH] add pecl-test target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2