From 6794ab66d4b40154b71832e698c73681d0d34a6d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Nov 2015 19:47:12 +0100 Subject: php-pecl-xdebug: 2.4.0beta1 (php 5 and 7) --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 0406eaf..2d2a65f 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,13 @@ php7build: time rpmbuild $(RPMDEFINES) --define "scl php70" --without zts -bb $(NAME).spec ; \ fi +php7test: + @if test -f $(NAME)-php7.spec ; then \ + time rpmbuild $(RPMDEFINES) --define "scl php70" --without zts -bb --with tests $(NAME)-php7.spec ; \ + else \ + time rpmbuild $(RPMDEFINES) --define "scl php70" --without zts -bb --with tests $(NAME).spec ; \ + fi + php7srpm: rpmbuild $(RPMDEFINES) $(SRCDEFINES) -bs $(NAME)-php7.spec -- cgit