Hi, > -----Original Message----- > From: Thomas Monjalon [mailto:[email protected]] > Sent: Thursday, July 26, 2018 9:08 PM > To: Pattan, Reshma <[email protected]> > Cc: [email protected]; [email protected]; Burakov, Anatoly > <[email protected]>; Parthasarathy, JananeeX M > <[email protected]>; Yigit, Ferruh > <[email protected]> > Subject: Re: [dpdk-stable] [PATCH v5 10/10] mk: remove unnecessary make > rules of test > > 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: [email protected] > > CC: [email protected] > > > > Signed-off-by: Reshma Pattan <[email protected]> > > --- > > -.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 ? >
Test-ring and test-mempool are removed now. As they were unused from the past. Thanks, Reshma

