From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/5] test: move tests to separate folder Date: Tue, 28 Feb 2017 16:19:28 +0100 Message-ID: <2043128.RZTUKOVMPu@xps13> References: <20170215152632.25081-1-ferruh.yigit@intel.com> <20170216145746.28610-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , John McNamara , Keith Wiles To: Ferruh Yigit Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 6AEF32B86 for ; Tue, 28 Feb 2017 16:19:31 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id v77so87717015wmv.1 for ; Tue, 28 Feb 2017 07:19:30 -0800 (PST) In-Reply-To: <20170216145746.28610-1-ferruh.yigit@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-16 14:57, Ferruh Yigit: > This is to logically group unit tests into their own folder, > separating them from "app" folder. > > Hopefully this will make the unit test in DPDK more visible. > > Following binaries moved to "test" folder: > cmdline-test > test-acl > test-pipeline > test <-- various DPDK unit tests > > Signed-off-by: Ferruh Yigit > Acked-by: Bruce Richardson I've fixed the MAINTAINERS file and applied the series, thanks