From b7b01f6dd5b34d10e1e139cf2923689736d6c331 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Sep 2016 10:14:39 +0200 Subject: php-pecl-mysql: run test suite --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 82713c1..6a2473a 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,9 @@ build: buildtest: time rpmbuild $(RPMDEFINES) -bb --with tests $(NAME).spec +bitest: + rpmbuild $(RPMDEFINES) --with tests -bi --short-circuit $(NAME).spec + buildmini: time rpmbuild $(RPMDEFINES) --define "runselftest 0" --without tests -bb $(NAME).spec -- cgit