mk: remove useless test targets
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 11 May 2016 09:23:05 +0000 (11:23 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 May 2016 15:00:55 +0000 (17:00 +0200)
We can define any custom whitelist of tests to run:
make test WHITELIST=ring
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

index ee25f28..c0c4023 100644 (file)
@@ -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 \