From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490796269; x=1522332269; h=from:to:cc:subject:date:message-id; bh=UDWJJqPYNAFowMYMoTAhM7s8blyW+2nOe+zgVxyW4Ms=; b=q/b5QFzu7sesfkYtWp+Awb2wT0XxylWoCvWCt+hVLCuo8edvi0C2Oc6y wAwzvD1waT/zoc16H1eu1Z9/b2hFMQ==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2017 07:04:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,241,1486454400"; d="scan'208";a="82297702" Received: from sivswdev01.ir.intel.com ([10.237.217.45]) by fmsmga006.fm.intel.com with ESMTP; 29 Mar 2017 07:04:26 -0700 From: Bruce Richardson To: thomas.monjalon@6wind.com Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org, Bruce Richardson Date: Wed, 29 Mar 2017 15:04:15 +0100 Message-Id: <20170329140419.27149-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.8.4 Subject: [dpdk-dev] [PATCH 0/4] improve build coverage 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: Wed, 29 Mar 2017 14:04:29 -0000 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