From patchwork Thu Jul 14 21:18:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 72053 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp280160qga; Thu, 14 Jul 2016 14:29:36 -0700 (PDT) X-Received: by 10.55.151.198 with SMTP id z189mr21318803qkd.177.1468531775958; Thu, 14 Jul 2016 14:29:35 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id l7si2600776qki.326.2016.07.14.14.29.35; Thu, 14 Jul 2016 14:29:35 -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 A130A68222; Thu, 14 Jul 2016 21:29: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_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 63A196816F; Thu, 14 Jul 2016 21:29:09 +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 F30976815A; Thu, 14 Jul 2016 21:29:07 +0000 (UTC) Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) by lists.linaro.org (Postfix) with ESMTPS id 0241768156 for ; Thu, 14 Jul 2016 21:29:07 +0000 (UTC) Received: by mail-lf0-f50.google.com with SMTP id b199so73974768lfe.0 for ; Thu, 14 Jul 2016 14:29:06 -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=AOsLjHPEgZXT3umDOZiC+z44CTjC+hccae+5czdFViU=; b=hbenKCTUJrcfSZvvcNNGNVVDiKdoDwI3mJUuQPHmp3/C95dZPERKsYYLKzvDlk4FWz 2Ehh2qx5KPQJrd5rWx7IYsigguiJtGBisoTGkDzKf2dW+zCE8xQN43z7q/KFgPT8lzhz JWzM1o6NrXQGw04HaCWBz1Kq+QrDfIxPOXB7ENxIKQfEoen0crqN6rD0WXvS82bZq8mI UjokGLr0LdVP8aAUOO9sqR2rFXwCU9+81FKXdeEssLbGjreIV38GBh4P/HwXAZA2ZOuc MV04KEzmhRvf5tCnnwRScWDgmuDeokWb02mPpEmOPACW5kBNBaazxIcSMTI4J08iU3v8 WOVA== X-Gm-Message-State: ALyK8tIXxr1nlYRfQ3/MFiLONjaYroIbjBSQG2+7jMkRpW8z4vO2GecAUBn5DwR9s4p6bihS7Us= X-Received: by 10.25.149.146 with SMTP id x140mr7489983lfd.131.1468531745911; Thu, 14 Jul 2016 14:29:05 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id 26sm1195129lfp.38.2016.07.14.14.29.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Jul 2016 14:29:05 -0700 (PDT) From: Anders Roxell To: mike.holmes@linaro.org, maxim.uvarov@linaro.org Date: Thu, 14 Jul 2016 23:18:36 +0200 Message-Id: <1468531118-29594-2-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1468531118-29594-1-git-send-email-anders.roxell@linaro.org> References: <1468531118-29594-1-git-send-email-anders.roxell@linaro.org> X-Topics: patch Cc: lng-odp@lists.linaro.org Subject: [lng-odp] [PATCHv2 1/3] helper/test/Makefile: don't install tests 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: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Anders Roxell --- helper/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.1.4 diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am index e9e8785..545db73 100644 --- a/helper/test/Makefile.am +++ b/helper/test/Makefile.am @@ -22,7 +22,7 @@ endif dist_bin_SCRIPTS = -bin_PROGRAMS = $(EXECUTABLES) $(COMPILE_ONLY) +test_PROGRAMS = $(EXECUTABLES) $(COMPILE_ONLY) EXTRA_DIST = odpthreads_as_processes odpthreads_as_pthreads