From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 06/13] mk: split install rule Date: Tue, 08 Dec 2015 00:51:13 +0100 Message-ID: <1596272.AKXkkISPlG@xps13> References: <1449118929-19962-1-git-send-email-thomas.monjalon@6wind.com> <1449150340-21984-7-git-send-email-thomas.monjalon@6wind.com> <6594B51DBE477C48AAE23675314E6C460F7860B2@fmsmsx107.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Arevalo, Mario Alfredo C" Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id B839A1396 for ; Tue, 8 Dec 2015 00:52:25 +0100 (CET) Received: by wmww144 with SMTP id w144so8507650wmw.0 for ; Mon, 07 Dec 2015 15:52:25 -0800 (PST) In-Reply-To: <6594B51DBE477C48AAE23675314E6C460F7860B2@fmsmsx107.amr.corp.intel.com> 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" Hi, 2015-12-07 23:22, Arevalo, Mario Alfredo C: > Hi Thomas, > > I'm testing this set of patches that has been applied, and I haven't noticed before > that you exclude some binaries in "install-runtime" (test, testpipeline, testacl etc...), I would like > to ask you the reason about this :) The test apps are used in the development/validation cycle. They have no interest in a deployment IMHO. If you see something missing, you are welcome to fix it. Thanks