From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix message when test application is not built Date: Mon, 27 Mar 2017 10:42:18 +0200 Message-ID: <12426389.MkjEfDc7F4@xps13> References: <1489770555-25936-1-git-send-email-olivier.matz@6wind.com> <6c2da44a-2b60-4b98-040d-cdc6356a33a5@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ferruh Yigit , dev@dpdk.org To: Olivier Matz Return-path: Received: from mail-wr0-f171.google.com (mail-wr0-f171.google.com [209.85.128.171]) by dpdk.org (Postfix) with ESMTP id 0408EFA41 for ; Mon, 27 Mar 2017 10:42:19 +0200 (CEST) Received: by mail-wr0-f171.google.com with SMTP id l43so45095086wre.1 for ; Mon, 27 Mar 2017 01:42:19 -0700 (PDT) In-Reply-To: <6c2da44a-2b60-4b98-040d-cdc6356a33a5@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-03-20 11:35, Ferruh Yigit: > On 3/17/2017 5:09 PM, Olivier Matz wrote: > > To build the tests, we should use "make test-build". > > > > Fixes: 64592d97c1ae ("mk: do not build tests by default") > > > > Signed-off-by: Olivier Matz > > Acked-by: Ferruh Yigit Applied, thanks