From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/4] fix test of some build options Date: Sun, 24 Feb 2019 23:24:39 +0100 Message-ID: <1740013.0fTh418XpM@xps> References: <20190212230507.11793-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 3A9AB1E34 for ; Sun, 24 Feb 2019 23:24:45 +0100 (CET) Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4800110328 for ; Sun, 24 Feb 2019 17:24:43 -0500 (EST) In-Reply-To: <20190212230507.11793-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/02/2019 00:05, Thomas Monjalon: > When using the "make" system which allows a huge number of > build combinations, some options were not tested with > the script test-build.sh. > > > Thomas Monjalon (4): > mk: fix build of shared library with libbsd > devtools: add libelf dependency to build test > devtools: test build of zlib PMD > devtools: fix test of some build options Applied