From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] mk: fix message when test application is not built Date: Mon, 20 Mar 2017 11:35:20 +0000 Message-ID: <6c2da44a-2b60-4b98-040d-cdc6356a33a5@intel.com> References: <1489770555-25936-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: thomas.monjalon@6wind.com To: Olivier Matz , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id A669A1075 for ; Mon, 20 Mar 2017 12:35:23 +0100 (CET) In-Reply-To: <1489770555-25936-1-git-send-email-olivier.matz@6wind.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" 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