From patchwork Fri Mar 18 12:59:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 64058 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp1045825lbc; Fri, 18 Mar 2016 06:08:14 -0700 (PDT) X-Received: by 10.140.172.212 with SMTP id s203mr22475239qhs.41.1458306494396; Fri, 18 Mar 2016 06:08:14 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 132si5026103qhm.19.2016.03.18.06.08.14; Fri, 18 Mar 2016 06:08:14 -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 Received: by lists.linaro.org (Postfix, from userid 109) id D6588672F4; Fri, 18 Mar 2016 13:08:12 +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_H3, RCVD_IN_MSPIKE_WL, 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 B2D51669C3; Fri, 18 Mar 2016 13:06:53 +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 6BCBF669B3; Fri, 18 Mar 2016 13:06:27 +0000 (UTC) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by lists.linaro.org (Postfix) with ESMTPS id B073462297 for ; Fri, 18 Mar 2016 13:06:21 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id bc4so88204606lbc.2 for ; Fri, 18 Mar 2016 06:06:21 -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:in-reply-to :references; bh=L+XM6aAhza2oa/AaP7MjedABVduYTfBiWedU16JmQ70=; b=YqqURMA+GJgIiEyA3BSh+44ZY0ZYinitS5JxuyRG6wBtDgRLOZOjC+pKh9Q6icGPjC BnHjnxjl3KnvVEYQyAzhq1Mgy4tO1RM4rHzFgNyl/1iJPhxPXTSKPFkIM5AbdaEfZ7vb 3ps8D0fZDmaHlfhTfOkcwmqFjsBDhp6YcdhW9HXCxCW/khPXc/zsGmnuPWjlIfy69fTl nVsZytL+M1JpiJITy2xoHyb4XkyTfHN16YeUIfhGsFal9Nw0SXQkNo6Zl7+UazZ+BEbp gEguf/dG6kTFkV8fBkmuu6vod7sRAqCKTr6oSa5fe9CVYRQihLeArKhJjc53FxX190tE fn9w== X-Gm-Message-State: AD7BkJKEzXK1KVFXB3saTngbC3BCQNi07zLxZl3SDBJ3VsIaw/bWWujyQclrCgcodRMEh+u8aHM= X-Received: by 10.112.200.195 with SMTP id ju3mr5866803lbc.13.1458306380638; Fri, 18 Mar 2016 06:06:20 -0700 (PDT) Received: from localhost (c-932171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.147]) by smtp.gmail.com with ESMTPSA id ub6sm2187455lbb.17.2016.03.18.06.06.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Mar 2016 06:06:20 -0700 (PDT) From: Anders Roxell To: lng-odp@lists.linaro.org Date: Fri, 18 Mar 2016 13:59:12 +0100 Message-Id: <1458305959-26825-3-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1458305959-26825-1-git-send-email-anders.roxell@linaro.org> References: <1458305959-26825-1-git-send-email-anders.roxell@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCH 02/11] configure: default test-helper to disabled 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" Make all checking conform to the principle that it is off by default Signed-off-by: Anders Roxell Reviewed-by: Ricardo Salveti --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6ad1bfc..989ef13 100644 --- a/configure.ac +++ b/configure.ac @@ -172,7 +172,7 @@ AM_CONDITIONAL([test_perf], [test x$test_perf = xyes ]) ########################################################################## # Enable/disable test-helper ########################################################################## -test_helper=yes +test_helper=no AC_ARG_ENABLE([test-helper], [ --enable-test-helper run test in helper/test], [if test "x$enableval" = "xyes"; then