From owner-svn-ports-head@freebsd.org Mon Sep 28 17:24:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33AB3A0B0A0; Mon, 28 Sep 2015 17:24:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB6461F97; Mon, 28 Sep 2015 17:24:06 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicge5 with SMTP id ge5so114987968wic.0; Mon, 28 Sep 2015 10:24:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=hYwKHGUGMPMlBstf28bJrzc7T3Txi4s0IKztaORrLO8=; b=i9YRqaneD7j+daWw7GVpnRifQJuQZBraFftIkvq/9ueCbB+DIGsFfb5VjQvtYXhTld O15UzxkqxG5ss/Fv7MX325rkgwV7ktKb88Ceo2rKIrs+g7xQTL8sIkjS4A21qs2IaHLa W97YrGTcXkpW1FqN2skheeGR3RmUDgDq8U0gzEdAeDXmANcs1SczLO6OJHpfqx4660SF YYJsEuNGfCnTSXlDDw/lyjHJh33+PaT2GMQxuUC3aA5yM7hmiFPNx6BrB18jnMKy9QXZ DC3TuYhlv/TfxJSVkWaCMSRaJUk+SkyygKI5xOMP3ImRshdFfENfuAPwS4ooO6dMcL/z C2KA== X-Received: by 10.180.211.116 with SMTP id nb20mr20864819wic.50.1443461044891; Mon, 28 Sep 2015 10:24:04 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id lf10sm19415128wjb.23.2015.09.28.10.24.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Sep 2015 10:24:04 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 28 Sep 2015 19:24:02 +0200 From: Baptiste Daroussin To: Dmitry Marakasov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r398125 - in head: . Mk Mk/Scripts Mk/Uses astro/osmium devel/pire devel/sdl2pp games/spring graphics/glosm Message-ID: <20150928172402.GB52731@ivaldir.etoilebsd.net> References: <201509281720.t8SHKhGQ088408@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vGgW1X5XWziG23Ko" Content-Disposition: inline In-Reply-To: <201509281720.t8SHKhGQ088408@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2015 17:24:07 -0000 --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 28, 2015 at 05:20:43PM +0000, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Mon Sep 28 17:20:42 2015 > New Revision: 398125 > URL: https://svnweb.freebsd.org/changeset/ports/398125 >=20 > Log: > Implemented complete support for test target. > =20 > You can now `make test' on any port to run test sequence, no-op by defa= ult. > If a port defines TEST_TARGET, it'll run sub-make with specified target, > usually `check' or `test', useful if upstream supports that. The port m= ay > instead define custom do-test target, as well as usual satellite target= s: > =20 > {pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off > =20 > `make test' builds and stages port first, so test may use both WRKDIR a= nd > STAGEDIR, and both BUILD and RUN depends are available for test target. > Additionally, TEST_DEPENDS is now properly supported and may be used to > define additional depends specifically for testing. > =20 > Framework may define default tests for specific cases. For instance, > perl5.mk and cran.mk already provide default test target on their own. > =20 > This commit also converts my ports which have tests to this new framewo= rk. > =20 > Approved by: portmgr (bapt) > Differential Revision: D3680 >=20 Thank you very much for that work! Best regards, Bapt --vGgW1X5XWziG23Ko Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlYJd7IACgkQ8kTtMUmk6EwboQCfVp3YWAgg2Zw9l0AKc3fi5oUs vr8Anj898wvlwH0Fa9NWLngZp3fXSpqz =BCHb -----END PGP SIGNATURE----- --vGgW1X5XWziG23Ko--