From owner-freebsd-perl@FreeBSD.ORG Fri Sep 19 14:44:00 2014 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2A47B01 for ; Fri, 19 Sep 2014 14:44:00 +0000 (UTC) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5341C6E for ; Fri, 19 Sep 2014 14:44:00 +0000 (UTC) Received: by mail-ig0-f170.google.com with SMTP id a13so1048226igq.3 for ; Fri, 19 Sep 2014 07:44:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tC+4TMObT4tp7LyC5GMveQ/2MXa3u18r4pNryENhOY0=; b=IYn+jl4oewxcjyAGgl7KdXEjImQIBSFB0MQhEju/OuhAjtvYNBt5ngbznVdPx0t+rC EVIC9yKU2qdaCvi/OP3mOAg5KSxSQdgrqe4k5l7dKs9OtuNpE+kL+VnWElNZaXoDB3vv K8b90Pj2qWCcJiBmJ/EL34Mo7QCl+2lYVMFjIgxEdaeaXaM75r2vUAbp6+3dqyxyg71G u3s0F3Jc1uA2Pgblki4+8Ew5gs9pwTAiwcT4BmryW5vIQyXboZao724CXRQx56VP6cda M2sH8OL3o4n6jTnlLrXez8k5lrPAv6dsuBeNMQkPbuGNlBNPzYNtsl1W1jZ1AzECKaau am1w== MIME-Version: 1.0 X-Received: by 10.42.61.146 with SMTP id u18mr1526136ich.1.1411137840121; Fri, 19 Sep 2014 07:44:00 -0700 (PDT) Received: by 10.107.135.4 with HTTP; Fri, 19 Sep 2014 07:44:00 -0700 (PDT) Date: Fri, 19 Sep 2014 16:44:00 +0200 Message-ID: Subject: forcing "make test" From: Sergei Vyshenski To: freebsd-perl@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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 14:44:00 -0000 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. Thank you in advance for any answer. All the best, Sergei