From patchwork Wed May 11 09:46:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 12681 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 9186AC3D2; Wed, 11 May 2016 11:46:34 +0200 (CEST) Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 229AEC3D0 for ; Wed, 11 May 2016 11:46:33 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id n129so211833896wmn.1 for ; Wed, 11 May 2016 02:46:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=SvjKlJj8YiNG5EcpEXz6nurAWjMeEvV9uCllgBgmSZ8=; b=tU+VLXnWBeLhGBTif7LpmTeDmtDc/tCcQLHa4wjN+GSCsqwEbIkXBAcgusQS81X1BC VWe8hmBgskTQ4FPingbKQG0krMBa+/LlgXmuA5TKcucDoYbB7AjoY/E4YaTNnki9TGWH R8YBM4WhMoN/pbjXK9U50sb8y67Dcq3J+NrOOoNl9q7R+SI7nWy83gRrappMf72veW5z 6oSGl9PZddqUXxHGJy5gs0gq25DTM/932k06tiq/EA6ER5l96CIcdWiYIwVFfTTEWH7K KCgFUVhUxPT36jN9635LIRFMuU4bHOzmWXTKX7RCAJVKogXue93Hhy6OdVPxAnNWNOQh URtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=SvjKlJj8YiNG5EcpEXz6nurAWjMeEvV9uCllgBgmSZ8=; b=IK3nR1LDeiXwaDIfN0JEqzz3n7H+fSag1HM+YQN8NaVm5ggARWufoSPFX58slQ/c68 wVCKTIFvDNG83WNSpuB4DnTaBZi1pSCZBGh/UJwTwolucvBs0WP29zeA7x1W/njn9rfM PinydEBM12yzRruHAEvRn1RcWan3g6dr6dl/TEMtSLQWlmHC7FcqK1rnod9tMvilyY0U vOgQgswciBiLlHQw8D4WCBcqrnLN297vemERC5KMdp9W8gvs14/psitxyvOJAv5q17iv 6spEcu9xJEZCSXGFFPu2rFHZTLIyhzYINSB75mSuPNRuCxoJzRoIua9G1qK9SN1TYB6M PASw== X-Gm-Message-State: AOPr4FUTt9tPUX1v2RbL9bh1MhmCWsIjULtoQc+IXGvlh2IfdPPARX4+k6XTwtUENdoADjbh X-Received: by 10.194.203.227 with SMTP id kt3mr2611427wjc.73.1462959992996; Wed, 11 May 2016 02:46:32 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id x124sm7515160wmg.24.2016.05.11.02.46.32 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 May 2016 02:46:32 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 11 May 2016 11:46:26 +0200 Message-Id: <1462959987-27930-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1462958821-25249-1-git-send-email-thomas.monjalon@6wind.com> References: <1462958821-25249-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [PATCH v2 1/2] mk: remove useless test targets X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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 --- v2: completely remove targets mk/rte.sdktest.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 \