Re: [dpdk-stable] [PATCH v5 10/10] mk: remove unnecessary make rules of test
From: Thomas Monjalon <hidden>
Date: 2018-07-27 08:45:36
27/07/2018 10:22, Pattan, Reshma:
Hi,quoted
-----Original Message----- From: Thomas Monjalon [mailto:thomas@monjalon.net] Sent: Thursday, July 26, 2018 9:08 PM To: Pattan, Reshma <redacted> Cc: stable@dpdk.org; dev@dpdk.org; Burakov, Anatoly [off-list ref]; Parthasarathy, JananeeX M [off-list ref]; Yigit, Ferruh [off-list ref] Subject: Re: [dpdk-stable] [PATCH v5 10/10] mk: remove unnecessary make rules of test 17/07/2018 18:00, Reshma Pattan:quoted
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 <redacted> --- -.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:quoted
+.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 ?Test-ring and test-mempool are removed now. As they were unused from the past.
Reading again, yes, this commit is about removing them. Sorry, my question is a non-sense :)