From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 0/4] improve build coverage Date: Wed, 29 Mar 2017 15:04:15 +0100 Message-ID: <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 mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6B54EF937 for ; Wed, 29 Mar 2017 16:04:29 +0200 (CEST) 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. 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 | 5 +---- examples/Makefile | 3 +++ 3 files changed, 5 insertions(+), 5 deletions(-) -- 2.9.3