All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mk: remove useless test targets
@ 2016-05-11  9:27 Thomas Monjalon
  2016-05-11  9:46 ` [PATCH v2 1/2] " Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2016-05-11  9:27 UTC (permalink / raw)
  To: dev

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>
---
 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-24 15:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11  9:27 [PATCH] mk: remove useless test targets Thomas Monjalon
2016-05-11  9:46 ` [PATCH v2 1/2] " Thomas Monjalon
2016-05-11  9:46   ` [PATCH v2 2/2] mk: fix autotest lists Thomas Monjalon
2016-05-24 15:08   ` [PATCH v2 1/2] mk: remove useless test targets Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.