[dpdk-dev] [PATCH] mk: remove useless test targets

Thomas Monjalon thomas.monjalon at 6wind.com
Wed May 11 11:27:00 CEST 2016


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 at 6wind.com>
---
 mk/rte.sdktest.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mk/rte.sdktest.mk b/mk/rte.sdktest.mk
index 5b30ec8..c448303 100644
--- a/mk/rte.sdktest.mk
+++ b/mk/rte.sdktest.mk
@@ -50,8 +50,6 @@ PHONY: test fast_test
 
 coverage: BLACKLIST=-Mempool_perf,Memcpy_perf,Hash_perf
 fast_test: BLACKLIST=-Ring_perf,Mempool_perf,Memcpy_perf,Hash_perf
-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:
 	@mkdir -p $(AUTOTEST_DIR) ; \
-- 
2.7.0



More information about the dev mailing list