From patchwork Wed Mar 30 19:46:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 64730 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp2783660lbc; Wed, 30 Mar 2016 12:47:36 -0700 (PDT) X-Received: by 10.107.136.102 with SMTP id k99mr12647303iod.88.1459367256456; Wed, 30 Mar 2016 12:47:36 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id l128si7584492iol.116.2016.03.30.12.47.36; Wed, 30 Mar 2016 12:47:36 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id D347B619CD; Wed, 30 Mar 2016 19:47:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 307BD616DB; Wed, 30 Mar 2016 19:47:32 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 5978661712; Wed, 30 Mar 2016 19:47:30 +0000 (UTC) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) by lists.linaro.org (Postfix) with ESMTPS id A820B615C9 for ; Wed, 30 Mar 2016 19:47:29 +0000 (UTC) Received: by mail-qg0-f41.google.com with SMTP id w104so42977513qge.3 for ; Wed, 30 Mar 2016 12:47:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=J+BfDltYxXHwxix8rhc6+RNUbaHxi9jADWFWMRanLQo=; b=VbQ5UXytbofEyHPOeC6Axp3s0DHHOkzlsN4a83yQEUcTtLSBudP9+SC1+n2NefH/rz wHDELPFO8ekRQTSnoOyWfM4voIC8Bgo+JmQMKc9hHZab7jFUK26G6xu82iF8JLE8wODH biGc35N9pVlQ8DPyfOZ1CiEcEjpOoFJDM9AQ+Xivc4cyi0d3ugBHXoxVV1OVIc5hh1B7 mD4KcM35KnUROUxCm05J0kVgtChMRkDmb1ScfQqXPEUl5GOqo18OopIzqcftXVENoOKX N0H+CwregjhO1+2JaxZQGD0thNs5+zS1fLKwQh89SMzKFzGC5uie3Ofrj2y/VaVCR8xm 0QdA== X-Gm-Message-State: AD7BkJKsrg3LYzLeQb4baALGT8D2gbW4tKSJiYHQyGhWh552MAlxl9+BGrYMfnoccoiCfubzwG8= X-Received: by 10.140.157.16 with SMTP id d16mr1520802qhd.89.1459367249411; Wed, 30 Mar 2016 12:47:29 -0700 (PDT) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id u74sm1485069qku.18.2016.03.30.12.47.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 30 Mar 2016 12:47:28 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Wed, 30 Mar 2016 15:46:53 -0400 Message-Id: <1459367213-30256-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH] test: run only memcheck X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" valgrind can run many tools, however they tend to result in the code never passing currently, start out stabilizing the results for the memory leek checking first and add more tools later. Signed-off-by: Mike Holmes Reviewed-by: Anders Roxell --- test/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.inc b/test/Makefile.inc index c4399cb..5def923 100644 --- a/test/Makefile.inc +++ b/test/Makefile.inc @@ -16,6 +16,6 @@ AM_CXXFLAGS = $(INCFLAGS) AM_LDFLAGS += -L$(LIB) @VALGRIND_CHECK_RULES@ -valgrind_tools = memcheck drd sgcheck +valgrind_tools = memcheck TESTS_ENVIRONMENT= ODP_PLATFORM=${with_platform} EXEEXT=${EXEEXT}