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