From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/5] test/cmdline_test: move to app directory Date: Tue, 26 Feb 2019 10:14:08 +0100 Message-ID: <6358435.8ZjemOinAO@xps> References: <20190125202642.66559-1-bruce.richardson@intel.com> <20190219145308.65668-1-bruce.richardson@intel.com> <20190219145308.65668-2-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz To: Bruce Richardson Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id A90D8A3 for ; Tue, 26 Feb 2019 10:14:13 +0100 (CET) In-Reply-To: <20190219145308.65668-2-bruce.richardson@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" 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?