From owner-freebsd-testing@FreeBSD.ORG Fri Mar 28 01:49:24 2014 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 ESMTPS id 40A86764 for ; Fri, 28 Mar 2014 01:49:24 +0000 (UTC) Received: from mail-qc0-f171.google.com (mail-qc0-f171.google.com [209.85.216.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0131E68E for ; Fri, 28 Mar 2014 01:49:23 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id c9so5260814qcz.2 for ; Thu, 27 Mar 2014 18:49:17 -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=sH2Zl7XVpmOrWpSGGPfAFT9ruxL4a87f09VWK5bh/EY=; b=cueea/7JO+sZXpYTSbk4SWH/RpXN7fXrmys8tckQgnPeLap2e00a82twYTk26q5whh iEwP2C0dQZme1/+O74BHaHd210iZ1/WnAxRqkpbrlCV8HwNiZhvh65Qs9CpbazMUsPOH xHtqWPf+yFZkzlv9nuFXSdjYKnr9oBgV+IGXVJJKDJzNxlyusDNPRm14skhAIgCUjS/f h2aei0F8gX1vF15UXNdoEngb2Y1RpUGq643po9ObbQqhxgmEXa9b+Kbb7N7RKkpRg164 VJ+0FVVhXX757JijkkrCrvDOj0jOgPdDjYIPxuttTCo41UGsAygXOoLinTZNIWO6/FKy qtBQ== X-Gm-Message-State: ALoCoQmkL+voEXLEZFRUA4DqEsPRbxjUtjw8vsYZTwK2XjQGSvQ5GfbbJIOtGwn78hi63XSUfYAF X-Received: by 10.140.98.233 with SMTP id o96mr5778650qge.86.1395971357590; Thu, 27 Mar 2014 18:49:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.83.102 with HTTP; Thu, 27 Mar 2014 18:48:57 -0700 (PDT) X-Originating-IP: [2401:fa00:d:c:c54e:32b8:1d2a:b775] In-Reply-To: <16437CC5729B5345AF77F816513376E8129868F1@MX103CL02.corp.emc.com> References: <16437CC5729B5345AF77F816513376E8129868F1@MX103CL02.corp.emc.com> From: Julio Merino Date: Fri, 28 Mar 2014 10:48:57 +0900 Message-ID: Subject: Re: Makefiles for skip-level directories? To: "Peel, Casey" Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 01:49:24 -0000 On Fri, Mar 28, 2014 at 7:25 AM, Peel, Casey wrote: [...] > All that to say: what magic am I missing in the sys/Makefile to have the sys/Kyuafile generated? I've looked and can't find another example in the current tests that have this type of skip-level test layout. Alan already answered this in his email by clarifying that kernel-level tests ought to live in src/tests/sys. But, regardless, replying to this specific question for the record: The magic to install intermediate Kyuafiles lives in the 'tests' subdirectory corresponding to where they are installed! See src/bin/tests/Makefile, for example. Cheers