From owner-freebsd-testing@FreeBSD.ORG Tue Oct 15 21:11:30 2013 Return-Path: Delivered-To: freebsd-testing@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 ESMTP id 63E53C84 for ; Tue, 15 Oct 2013 21:11:30 +0000 (UTC) (envelope-from julio@meroh.net) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E26A22915 for ; Tue, 15 Oct 2013 21:11:29 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id ea20so7303360lab.41 for ; Tue, 15 Oct 2013 14:11:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=NZnGVRk66aces74z+aQ7KvgBvyK8ORHwgjJfhfuVas0=; b=Ze/VUXTejj0JjznJIu50WslWrU+jt7TuzWqa2O5tTIE9RE1AevARyl/l7olX+f0/N+ 6WFTYvOTfxbCtPDnmFd9eZ7Ebn0PZtihjXLtXD/8OqNUSIb5X3L78B/oagLFXO5SJz2I G7CHxsuh5LVSJLeNogVCv0OocFBbQ8o8J9b17XVwSigHstDWBAOSYVzcIB0csmPUXnoT Yry0iZ98Qyeu0x3WmGQMWejwdKy3HmOjSWUYBJt2VodWoG5nHYRz2Qw3fn0RF9srC51b sn+3wi409NsJULxE+53hYO+AeMCD00tisdFtLjN9rB75BGvR3hZACGNOrXqsLvU+6ysF KpWA== X-Gm-Message-State: ALoCoQlnFiqTaVPHdI3hiAIt47Tem/vO7COfb/zG1W06Z8JeoKlm4hhVKEZFH+yHyxS+C6UqScAT X-Received: by 10.112.182.7 with SMTP id ea7mr13623lbc.63.1381871487833; Tue, 15 Oct 2013 14:11:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.132.135 with HTTP; Tue, 15 Oct 2013 14:11:07 -0700 (PDT) X-Originating-IP: [2620:0:1003:1007:f060:8d4:3979:1541] In-Reply-To: References: <4CE11789-6889-438B-89DF-CEBE4ACEC841@gmail.com> From: Julio Merino Date: Tue, 15 Oct 2013 17:11:07 -0400 Message-ID: Subject: Re: Refactoring of *.test.mk To: Alan Somers 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 21:11:30 -0000 On Tue, Oct 15, 2013 at 4:50 PM, Alan Somers wrote: > 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. Good idea. Updated patches accordingly. -- Julio Merino / @jmmv