From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH v2 0/4] improve build coverage Date: Wed, 29 Mar 2017 17:38:52 +0100 Message-ID: <20170329163856.10932-1-bruce.richardson@intel.com> References: <20170329140419.27149-1-bruce.richardson@intel.com> Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org, Bruce Richardson To: thomas.monjalon@6wind.com Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 44FA8F962 for ; Wed, 29 Mar 2017 18:39:05 +0200 (CEST) In-Reply-To: <20170329140419.27149-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch aims to increase the amount of code coverage we get when doing a basic build of DPDK using the build tools and scripts. It does this by enabling in our makefiles and default build configuration extra drivers and examples which don't have extra external requirements. It then adjusts the testbuild script to ensure it covers the test binary which was recently removed from the default build. V2: corrected test-build additions for the autotest binary, since test-build skips testpmd and the other apps. Therefore we need to run two build commands to build everything. Bruce Richardson (4): examples: enable performance-thread in examples build config: enable crypto scheduler PMD by default devtools: remove special case build for perf thread example devtools: add autotest app to build script config/common_base | 2 +- devtools/test-build.sh | 6 +++--- examples/Makefile | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) -- 2.9.3