From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 874C85B12 for ; Wed, 13 Feb 2019 00:05:13 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0E2B121EEB; Tue, 12 Feb 2019 18:05:13 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 12 Feb 2019 18:05:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=R1TnKXJaEdnM6Q1CCdaBlhQ STHhzS9Jss38MN1fAF28=; b=CpYV3zZto6NusDXbEXJYy2cmGy37H9P5VgTMuu1 bFb/EQ7XNS8z8rArMYjzfKzzyJk9o+rvF1YBuapg5q2OQXTECeCFoAEKku2M91lw PBRKgjgm1bwdhYEaKVihC0BPHKVdpo6UtstYZGC9/pUJwYQDtNCyuJ6/XqHnCRF+ YY6Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=R1TnKXJaEdnM6Q1CC daBlhQSTHhzS9Jss38MN1fAF28=; b=Sl0ppktM5SKgexyna/NiEJyHeITlPXdyD +X1CXpyWy45dPAO3KJdNDSFvh8h21DLtL+kRwQcpWCJzrHAlg5j/mRIrsG4ZVknO x3z1ZccVC3rN6nXZ6Z7cv4kv1gcNFM04NH4OMf/B72zDfKjlq5xL8Qui9bOS++wF vBxRHRgNSD9mAM0r2YUdRNFAilJYppCWdd5r5QYHjnyPrPc0oSa91Y8mj7QwHQr8 3F1OPz63I4rBXHvgATVgijbz0Xxo0oOkCNp+lyBCrVKaYDhbkvHgLajJcOL4Qyn6 +VvU+Sdn9Do/8wniVVsOzecGPdsDxveKAeigW0pHf0LhicfvH8n9Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledruddtvddgtdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecumhhishhsihhnghcuvffquchfihgvlhguucdlfedtmdenucfjughrpefhvffuff fkofgggfestdekredtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepvhgrrhhsrd hmkhdplhhisgdrmhhknecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghm pehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhush htvghrufhiiigvpedt X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id BEAADE4046 for ; Tue, 12 Feb 2019 18:05:11 -0500 (EST) From: Thomas Monjalon To: Cc: dev@dpdk.org Date: Wed, 13 Feb 2019 00:05:03 +0100 Message-Id: <20190212230507.11793-1-thomas@monjalon.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/4] fix test of some build options 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: Tue, 12 Feb 2019 23:05:13 -0000 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 devtools/test-build.sh | 12 +++++++++--- mk/exec-env/linuxapp/rte.vars.mk | 6 ++++++ mk/rte.app.mk | 3 --- mk/rte.lib.mk | 2 ++ 4 files changed, 17 insertions(+), 6 deletions(-) -- 2.20.1