From patchwork Thu Nov 17 15:44:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 82768 Delivered-To: patch@linaro.org Received: by 10.182.1.168 with SMTP id 8csp1016420obn; Thu, 17 Nov 2016 09:28:39 -0800 (PST) X-Received: by 10.233.232.200 with SMTP id a191mr5221190qkg.208.1479403719324; Thu, 17 Nov 2016 09:28:39 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id f11si1224368qte.84.2016.11.17.09.28.39; Thu, 17 Nov 2016 09:28:39 -0800 (PST) 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 06A8B60D93; Thu, 17 Nov 2016 17:28:39 +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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL 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 CB6ED6350A; Thu, 17 Nov 2016 16:24:24 +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 B076960E24; Thu, 17 Nov 2016 15:44:42 +0000 (UTC) Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by lists.linaro.org (Postfix) with ESMTPS id 06C9E60DE0 for ; Thu, 17 Nov 2016 15:44:37 +0000 (UTC) Received: by mail-wm0-f48.google.com with SMTP id a197so318326696wmd.0 for ; Thu, 17 Nov 2016 07:44:36 -0800 (PST) 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=I9iHplSNQg+PgdcZ1jiuY8OkqG6ZkEdazqeBN8bOUp4=; b=mFpMNLLYv6eWVP2JiZXcWaZ1+U0M0nnr7VRuLjasc0fVPVXimGTRnKKH0b14QBW/k1 hjWAWnuZKHs7/k2G1zLM66Cdll3oZ1UNa+cFCEHaZirpqnthc6eUsLKZ3Zm58mZH8ZSZ xD9XBkY29kONx3ZTNymcFjkKBGqMVAQQaAp1c0L9pcqA7f+hHT19gljCExwn7lyu+QGj 5ypYIFFFnMot4Bf8tIv720W+aPMEJgCPixjfDqLROblOF2e4O/v7oi6sA+fcKmJOnjCP Fhf+wN22WXps2p3wa0Hh9M6anBvLsfsZcjj/0nngdfHPhMerQiHX/3VFe3W/tf5K2V8U Wo4Q== X-Gm-Message-State: AKaTC039djWHq2Xvxi8V1cLcTcShQMhwqaSs1zvxNaf15GUpnphdeOwQJOF8u5q4/ftgL7IW/hc= X-Received: by 10.46.71.12 with SMTP id u12mr1665050lja.7.1479397476079; Thu, 17 Nov 2016 07:44:36 -0800 (PST) Received: from localhost.localdomain (ppp46-138-205-38.pppoe.spdop.ru. [46.138.205.38]) by smtp.gmail.com with ESMTPSA id s6sm905716lfe.11.2016.11.17.07.44.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 17 Nov 2016 07:44:35 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Thu, 17 Nov 2016 18:44:23 +0300 Message-Id: <1479397463-723-1-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 X-Topics: patch Subject: [lng-odp] [PATCH] test: linux-gen: mmap_vlan_ins change bin to test programs 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" Generated binaries should be marked as test programs to be installed by autotools in test directory. Signed-off-by: Maxim Uvarov --- test/linux-generic/mmap_vlan_ins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.1.250.gff4ea60 Reviewed-by: Mike Holmes diff --git a/test/linux-generic/mmap_vlan_ins/Makefile.am b/test/linux-generic/mmap_vlan_ins/Makefile.am index 2641556..5cac159 100644 --- a/test/linux-generic/mmap_vlan_ins/Makefile.am +++ b/test/linux-generic/mmap_vlan_ins/Makefile.am @@ -7,7 +7,7 @@ dist_check_SCRIPTS = vlan.pcap \ test_SCRIPTS = $(dist_check_SCRIPTS) -bin_PROGRAMS = plat_mmap_vlan_ins$(EXEEXT) +test_PROGRAMS = plat_mmap_vlan_ins$(EXEEXT) plat_mmap_vlan_ins_LDFLAGS = $(AM_LDFLAGS) -static plat_mmap_vlan_ins_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example