From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 0F533A045E for ; Thu, 30 May 2019 14:48:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7D641375B; Thu, 30 May 2019 14:48:26 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D294B2C55 for ; Thu, 30 May 2019 14:48:24 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 May 2019 05:48:23 -0700 X-ExtLoop1: 1 Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.64]) by FMSMGA003.fm.intel.com with SMTP; 30 May 2019 05:48:21 -0700 Received: by (sSMTP sendmail emulation); Thu, 30 May 2019 13:48:20 +0100 Date: Thu, 30 May 2019 13:48:20 +0100 From: Bruce Richardson To: Ilya Maximets Cc: dev@dpdk.org, Thomas Monjalon , Aaron Conole , Kevin Traynor Message-ID: <20190530124820.GE1279@bricha3-MOBL.ger.corp.intel.com> References: <20190529163958.30796-2-i.maximets@samsung.com> <20190530123836.2620-1-i.maximets@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190530123836.2620-1-i.maximets@samsung.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH v2] meson: don't check dependencies for tests if not required 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, May 30, 2019 at 03:38:36PM +0300, Ilya Maximets wrote: > Don't need to check dependencies if test apps will not be built anyway. > > Signed-off-by: Ilya Maximets > --- > > Version 2: > - 'get_option('tests')' check moved to the top. > > app/test/meson.build | 141 ++++++++++++++++++++++--------------------- > 1 file changed, 72 insertions(+), 69 deletions(-) > Acked-by: Bruce Richardson