From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu build system: enable test-target during the check phase Date: Sun, 30 Dec 2012 22:37:08 +0100 Message-ID: <8738yn1at7.fsf@gnu.org> References: <201212292110.31400.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpQZD-0005A3-Pw for bug-guix@gnu.org; Sun, 30 Dec 2012 16:37:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpQZC-0007DU-LZ for bug-guix@gnu.org; Sun, 30 Dec 2012 16:37:11 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:10098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpQZC-0007DF-Ed for bug-guix@gnu.org; Sun, 30 Dec 2012 16:37:10 -0500 In-Reply-To: <201212292110.31400.andreas@enge.fr> (Andreas Enge's message of "Sat, 29 Dec 2012 21:10:31 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > the attached patch should go to core-updates, but I would be in favour of= =20 > moving it quickly to the master branch. It enables other make targets for= =20 > the check phase; for instance, openssl needs "make test". The machinery w= as=20 > essentially in place, but the test-target variable was not passed to the= =20 > appropriate build function. Thanks, I applied it to =E2=80=98core-updates=E2=80=99. I think that branch will have to be merged within one or two weeks anyway if we are to release in January. So I think we=E2=80=99ll just merge this patch then. WDYT? Ludo=E2=80=99.