X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpecl-ci;a=blobdiff_plain;f=Makefile;h=972be2d50d3b5ca453e30cbbffd1fb5012f1f8eb;hp=33c6a740a4d6ff94941d2605a831ab05c8ca9cfb;hb=c7e08833ec313ed5b92a9ac30283e4f183480f3b;hpb=30e2a81b33d1a95e28047616e9f8214cf601e80f diff --git a/Makefile b/Makefile index 33c6a74..972be2d 100644 --- a/Makefile +++ b/Makefile @@ -126,3 +126,6 @@ ext: pecl-check $(srcdir)/pecl-$(PECL_EXTENSION) pecl .PHONY: php test: php REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests + +%.ext.phar: ../%.ext.phar $(PECL_INI) php + $< --prefix=$(prefix) --ini=$(PECL_INI)