From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 1/5] test/cmdline_test: move to app directory Date: Tue, 26 Feb 2019 10:00:32 +0000 Message-ID: <20190226100032.GA93104@bricha3-MOBL.ger.corp.intel.com> References: <20190125202642.66559-1-bruce.richardson@intel.com> <20190219145308.65668-1-bruce.richardson@intel.com> <20190219145308.65668-2-bruce.richardson@intel.com> <6358435.8ZjemOinAO@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Olivier Matz To: Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BFDBA2BB8 for ; Tue, 26 Feb 2019 11:00:36 +0100 (CET) Content-Disposition: inline In-Reply-To: <6358435.8ZjemOinAO@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Feb 26, 2019 at 10:14:08AM +0100, Thomas Monjalon wrote: > 19/02/2019 15:53, Bruce Richardson: > > Move app to "app" directory and enable with meson build. > > > > CC: Olivier Matz > > Signed-off-by: Bruce Richardson > > --- > > MAINTAINERS | 2 +- > > app/Makefile | 1 + > > {test => app}/cmdline_test/Makefile | 0 > > {test => app}/cmdline_test/cmdline_test.c | 0 > > {test => app}/cmdline_test/cmdline_test.h | 0 > > {test => app}/cmdline_test/cmdline_test.py | 0 > > {test => app}/cmdline_test/cmdline_test_data.py | 0 > > {test => app}/cmdline_test/commands.c | 0 > > Sorry, I didn't realize before, > other test apps directories are named test-*. > Shouldn't we name this one test-cmdline? > Probably not a bad idea.