X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile;h=88d36a9f74cd3890841cdacdd46881edf1eef310;hb=01c99bb9ee4a8030742ce230c43333252ebf6835;hp=33c6a740a4d6ff94941d2605a831ab05c8ca9cfb;hpb=30e2a81b33d1a95e28047616e9f8214cf601e80f;p=m6w6%2Ftravis-pecl diff --git a/Makefile b/Makefile index 33c6a74..88d36a9 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 + +pharext/%: $(PECL_INI) php | $(srcdir)/../%.ext.phar + for phar in $|; do $$phar --prefix=$(prefix) --ini=$(PECL_INI); done