X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=blobdiff_plain;f=Makefile;fp=Makefile;h=f2190b181951c19d8bd3a068a59cbe66b111f379;hp=d7d70cd3b459f53d4ce4c93780521b2e43da83a2;hb=3260aaf557445587c4aba63d3b4a67a74b64328d;hpb=54a746ab5e068060f53796d0aca55f76656bb8b1 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