From owner-freebsd-arch@FreeBSD.ORG Fri Oct 26 19:31:18 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD908B00; Fri, 26 Oct 2012 19:31:18 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 45FF68FC12; Fri, 26 Oct 2012 19:31:18 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so3880972oag.13 for ; Fri, 26 Oct 2012 12:31:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Oersz6rY7t7KPgt/8/q4/IWF0RJz63QmGQFx6D3++/Q=; b=bFDsWic7cGWzjiyX5OJu27dH7D4q4T8BSnHJ/28808jIZuAtxFIuqOreIFJht2HunR j0JTaK/0TTEIdTo5hZP25a+dY8PDhnJFaVD74znHwkXAh+h2pHfvcFy+7il2BesbkPHS hOXbCgIc6D2F2aX7yCsaR8vi1pnAOdGRfTPHrZG62oLAhS4L7qp4gpNVskBbd227WYic 5uaVU3C790rNa59nE2klxm01SL6KdFfyzWk94Vm8fL41oN/hQMe+LHAmRA4m0U/6dUAj 4qoLguQ3s6/Wm9C+PBBrJlSAOw2Hti/G2KVnfgpwHwS9oV6gytXMCOSyJqKcm/TUDA82 xgwg== MIME-Version: 1.0 Received: by 10.60.171.114 with SMTP id at18mr19844577oec.24.1351279877743; Fri, 26 Oct 2012 12:31:17 -0700 (PDT) Received: by 10.76.143.33 with HTTP; Fri, 26 Oct 2012 12:31:17 -0700 (PDT) In-Reply-To: References: <20121001223100.E7D0D58093@chaos.jnpr.net> <20121002000030.54CEE58093@chaos.jnpr.net> <20121026165414.GA43599@dragon.NUXI.org> Date: Fri, 26 Oct 2012 12:31:17 -0700 Message-ID: Subject: Re: [CFT/RFC]: refactor bsd.prog.mk to understand multiple programs instead of a singular program From: Garrett Cooper To: obrien@freebsd.org, Garrett Cooper , "Simon J. Gerraty" , freebsd-hackers@freebsd.org, freebsd-arch@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 19:31:18 -0000 Minor disambiguation: On Fri, Oct 26, 2012 at 12:27 PM, Garrett Cooper wrote: ... > There are some basic examples, but they're in my p4 branch and > unfortunately they depend on atf.test.mk/bsd.test.mk/bsd.progs.mk > existing before they can be built (please see the Examples section in > http://wiki.freebsd.org/TestingFreeBSD ). I also have the tests "I also have the tests" -> "I also have the ATF feature/integration tests" > integrated in my perforce branch and running, but it doesn't do a bit > of good unless the build pieces are in. > > I've been trying to get these things into HEAD in proper order so they > can be used effectively. > > Thanks, > -Garrett