From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v5 10/10] mk: remove unnecessary make rules of test Date: Thu, 26 Jul 2018 22:08:17 +0200 Message-ID: <1541166.PTxugTrkH4@xps> References: <1531843225-14638-1-git-send-email-reshma.pattan@intel.com> <1531843225-14638-11-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, anatoly.burakov@intel.com, jananeex.m.parthasarathy@intel.com, ferruh.yigit@intel.com To: Reshma Pattan Return-path: In-Reply-To: <1531843225-14638-11-git-send-email-reshma.pattan@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" 17/07/2018 18:00, Reshma Pattan: > make rule test-basic is duplicate of test rule. > removed unused test-mempool and test-ring make rules. > > Fixes: a3df7f8d9c ("mk: rename test related rules") > Fixes: a3df7f8d9c ("mk: rename test related rules") > CC: stable@dpdk.org > CC: ferruh.yigit@intel.com > > Signed-off-by: Reshma Pattan > --- > -.PHONY: test test-basic test-fast test-ring test-mempool test-perf coverage test-drivers test-dump > -test test-basic test-fast test-ring test-mempool test-perf coverage test-drivers test-dump: > +.PHONY: test test-fast test-perf coverage test-drivers test-dump > +test test-fast test-perf coverage test-drivers test-dump: Why keeping test-ring test-mempool ?