From d3cedcd22402cba4600e1d8fa5fac8b781975f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 23 Jul 2020 08:49:05 +0700 Subject: [PATCH] pari: add check target --- srcpkgs/pari/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/pari/template b/srcpkgs/pari/template index 831bdf6458..8e6ecc4c58 100644 --- a/srcpkgs/pari/template +++ b/srcpkgs/pari/template @@ -7,6 +7,7 @@ build_helper=qemu configure_script=./Configure configure_args="--prefix=/usr" make_build_target=all +make_check_target=test-all hostmakedepends="perl texlive" makedepends="gmp-devel libX11-devel readline-devel" short_desc="Fast computations library in number theory"