From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1294 invoked by alias); 11 Dec 2014 03:18:09 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 1280 invoked by uid 89); 11 Dec 2014 03:18:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 Dec 2014 03:18:07 +0000 Received: from svr-orw-fem-04.mgc.mentorg.com ([147.34.97.41]) by relay1.mentorg.com with esmtp id 1XyuGS-0003QM-BE from Yao_Qi@mentor.com ; Wed, 10 Dec 2014 19:18:04 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.3.181.6; Wed, 10 Dec 2014 19:18:03 -0800 Message-ID: <54890CDE.8050405@codesourcery.com> Date: Thu, 11 Dec 2014 03:18:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Doug Evans CC: "gdb-patches@sourceware.org" Subject: Re: [RFC] Run tests in sub dir of testsuite/ References: <1418266428-13166-1-git-send-email-yao@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00238.txt.bz2 On 12/11/2014 11:05 AM, Doug Evans wrote: > Is there intended to be a followup patch to remove > all the makefiles in testsuite/ except testsuite/Makefile.in? > > [I realize this patch is just RFC. > I just want to understand where this is headed.] Yes, that is what I want to do in next step. > > btw, while it might be cleaner to move gdb.log,gdb.sum into > the subdirs, it's not necessary. > I can update my build scripts, but if we're going > to be affecting a lot of build scripts then I'd > reconsider. I am fine to leave gdb.log and gdb.sum in testsuite/. The reason I move them into testsuite/$OUTPUTSDIR/ is to make $OUTPUTSDIR self-contained. Either way is fine to me, and I don't have a strong opinion on this. -- Yao (齐尧)