From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 20 Mar 2017 04:35:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,194,1486454400"; d="scan'208";a="836603310" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 20 Mar 2017 04:35:21 -0700 To: Olivier Matz , dev@dpdk.org References: <1489770555-25936-1-git-send-email-olivier.matz@6wind.com> Cc: thomas.monjalon@6wind.com From: Ferruh Yigit Message-ID: <6c2da44a-2b60-4b98-040d-cdc6356a33a5@intel.com> Date: Mon, 20 Mar 2017 11:35:20 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1489770555-25936-1-git-send-email-olivier.matz@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] mk: fix message when test application is not built X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 11:35:24 -0000 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