From owner-freebsd-perl@FreeBSD.ORG Fri Sep 19 15:16:03 2014 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A94457AB for ; Fri, 19 Sep 2014 15:16:03 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 684CE10F for ; Fri, 19 Sep 2014 15:16:03 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 408BFBDC2E for ; Fri, 19 Sep 2014 17:16:00 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 1D4FFBDC24 for ; Fri, 19 Sep 2014 17:16:00 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id E02C56158 for ; Fri, 19 Sep 2014 17:15:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id D248874D8A09 for ; Fri, 19 Sep 2014 17:15:57 +0200 (CEST) Date: Fri, 19 Sep 2014 17:15:57 +0200 From: Mathieu Arnold To: freebsd-perl@freebsd.org Subject: Re: forcing "make test" Message-ID: <9E5A41BA6873CEB29E96AF69@ogg.in.absolight.net> In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 15:16:03 -0000 +--On 19 septembre 2014 16:44:00 +0200 Sergei Vyshenski wrote: | Hi, | | Is it possible to force running "make test" automatically during build | process for perl-related ports? | | So that e.g. poudriere runs built-in tests under different versions of | FreeBSD and under different architectures. Not right now, no. What you could do is add a line to the Makefile with: pre-install: test Regards, -- Mathieu Arnold