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 AB7AEA045E for ; Thu, 30 May 2019 15:08:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5DD1F1B94A; Thu, 30 May 2019 15:08:38 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 58C411B94A for ; Thu, 30 May 2019 15:08:37 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8A5E5C0AF063; Thu, 30 May 2019 13:08:36 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-122-156.rdu2.redhat.com [10.10.122.156]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0BD201758D; Thu, 30 May 2019 13:08:33 +0000 (UTC) From: Aaron Conole To: Ilya Maximets Cc: dev@dpdk.org, Thomas Monjalon , Bruce Richardson , Kevin Traynor References: <20190529163958.30796-2-i.maximets@samsung.com> <20190530123836.2620-1-i.maximets@samsung.com> Date: Thu, 30 May 2019 09:08:30 -0400 In-Reply-To: <20190530123836.2620-1-i.maximets@samsung.com> (Ilya Maximets's message of "Thu, 30 May 2019 15:38:36 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 30 May 2019 13:08:36 +0000 (UTC) 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" Ilya Maximets writes: > 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: Aaron Conole Thanks for this, Ilya!