From owner-freebsd-testing@FreeBSD.ORG Tue Oct 15 20:50:13 2013 Return-Path: Delivered-To: freebsd-testing@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 ESMTP id 2DD35149 for ; Tue, 15 Oct 2013 20:50:13 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-qa0-x234.google.com (mail-qa0-x234.google.com [IPv6:2607:f8b0:400d:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2CB8279F for ; Tue, 15 Oct 2013 20:50:12 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id w8so3547328qac.11 for ; Tue, 15 Oct 2013 13:50:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=rXXmmef0xxkgebA4KyJdgDMCh7kg62AuuaCCOJL0wd0=; b=xP4tvfjusJqyutUUCjruE/4faqWYsY9xCiGtvSwevYiIqJb+Ij85GRn/wPZIQxm3WD CFj0vSI83vC9Yhcn7JiBfKsgxM/kBUM67okm2qOo1fsa7VFtQkFkr9CPB6D4/SzlxqPE bU316YcMvrlBZ923mp25zXPGtkx2O2KkI3tB5dTx9M8T2bozuN1gEQFRW9McYvqaBAKh 0b/Vsja08PZtGRd3JtAljwgEBHIFLU/q2IdneEG2Q1jFh5jkXeL+n1/IoOTyPi/w1457 Ev3uRirBx9GfTuFMZGRWMlVSpA/jhiVsSZvCzJMc6LRgnJZBxyiyIfawAsg7eR8x1z2d qoyA== MIME-Version: 1.0 X-Received: by 10.224.14.79 with SMTP id f15mr5526574qaa.113.1381870212104; Tue, 15 Oct 2013 13:50:12 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.49.39.97 with HTTP; Tue, 15 Oct 2013 13:50:12 -0700 (PDT) In-Reply-To: <4CE11789-6889-438B-89DF-CEBE4ACEC841@gmail.com> References: <4CE11789-6889-438B-89DF-CEBE4ACEC841@gmail.com> Date: Tue, 15 Oct 2013 14:50:12 -0600 X-Google-Sender-Auth: W-Mr7yB2zrvNM-5d-aA4yGWT4FQ Message-ID: Subject: Re: Refactoring of *.test.mk From: Alan Somers To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" , Rui Paulo , Simon Gerraty X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 20:50:13 -0000 On Tue, Oct 15, 2013 at 10:25 AM, Garrett Cooper wrote: > On Oct 14, 2013, at 20:24, Julio Merino wrote: >> >> [Fixing Garrett's address...] > > (Sorry for the empty reply. Still getting used to iOS 7..) > > I'll look at this sometime before the end of the week. I have some minor concerns about the proposed layout and how things will integrate in, but these should be easy to resolve. > > Also, did you look at my code on GitHub under share/mk? It's quite a bit different from the stuff in FreeBSD head.. I'm currently trying to merge Garrett's stuff from GitHub. So far, I only see one thing that I would like to change. It would be really nice to be able to override the test_suite variable. That way, we could use bsd.test.mk to install ATF tests from Ports and use separate variable namespaces for them. -Alan > > Thanks! > -Garrett > _______________________________________________ > freebsd-testing@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-testing > To unsubscribe, send any mail to "freebsd-testing-unsubscribe@freebsd.org"