[dpdk-dev,v2,1/2] mk: remove useless test targets

Message ID 1462959987-27930-1-git-send-email-thomas.monjalon@6wind.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Thomas Monjalon May 11, 2016, 9:46 a.m. UTC
  We can define any custom whitelist of tests to run.
The predefined lists for ring and mempool tests are not quite useful.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
v2: completely remove targets

 mk/rte.sdktest.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
  

Comments

Thomas Monjalon May 24, 2016, 3:08 p.m. UTC | #1
2016-05-11 11:46, Thomas Monjalon:
> We can define any custom whitelist of tests to run.
> The predefined lists for ring and mempool tests are not quite useful.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> ---
> v2: completely remove targets

Series applied
  

Patch

diff --git a/mk/rte.sdktest.mk b/mk/rte.sdktest.mk
index ee25f28..c0c4023 100644
--- a/mk/rte.sdktest.mk
+++ b/mk/rte.sdktest.mk
@@ -50,10 +50,8 @@  PHONY: test fast_test
 
 coverage: BLACKLIST=-Mempool_perf,Memcpy_perf,Hash_perf
 fast_test: BLACKLIST=-Ring_perf,Mempool_perf,Memcpy_perf,Hash_perf,Lpm6
-ring_test: WHITELIST=Ring,Ring_perf
-mempool_test: WHITELIST=Mempool,Mempool_perf
 perf_test:WHITELIST=Mempool_perf,Memcpy_perf,Hash_perf,Ring_perf
-test fast_test ring_test mempool_test perf_test:
+test fast_test perf_test:
 	@mkdir -p $(AUTOTEST_DIR) ; \
 	cd $(AUTOTEST_DIR) ; \
 	if [ -f $(RTE_OUTPUT)/app/test ]; then \