From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RFC 17.05] test: move tests to separate folder Date: Wed, 15 Feb 2017 12:16:27 +0100 Message-ID: <19837397.b49UENGBL6@xps13> References: <20170214151326.7554-1-ferruh.yigit@intel.com> <20170215021122.GW20916@yliu-dev.sh.intel.com> <56b87137-6dd2-717c-b7bc-c55663c8c71f@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Yuanhan Liu , "Richardson, Bruce" , dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 39ABBA2F for ; Wed, 15 Feb 2017 12:16:29 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id v186so39202689wmd.0 for ; Wed, 15 Feb 2017 03:16:29 -0800 (PST) In-Reply-To: <56b87137-6dd2-717c-b7bc-c55663c8c71f@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-15 10:06, Ferruh Yigit: > On 2/15/2017 2:11 AM, Yuanhan Liu wrote: > > On Tue, Feb 14, 2017 at 05:30:14PM +0000, Richardson, Bruce wrote: > >> Just to be awkward :-), one last question: Why separate building and running > >> the tests? My suggestion would be to have "make test" both build and run the > >> tests. If there is no work to do in building them, then the time cost of the > >> extra empty build is negligible compared to the time taken to actually run > >> the tests. > > > > +1 > > > > Makes sense. I will update as: > > "make test" -> compile and run test > "make test_build" -> only compile test If I remember well, the dash is used in some make targets, not the underscore.