[dpdk-dev] [PATCH] devtools: add compressdev tests to test-build

Thomas Monjalon thomas at monjalon.net
Wed Jul 11 17:49:54 CEST 2018


11/07/2018 09:17, Pablo de Lara:
> Compressdev tests depend on Zlib library,
> so they can only be enabled if this is available.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> ---
> --- a/devtools/test-build.sh
> +++ b/devtools/test-build.sh
> @@ -154,6 +154,7 @@ config () # <directory> <target> <options>
>  		test "$DPDK_DEP_ZLIB" != y || \
>  		sed -ri          's,(BNX2X_PMD=)n,\1y,' $1/.config
>  		sed -ri            's,(NFP_PMD=)n,\1y,' $1/.config
> +		sed -ri   's,(COMPRESSDEV_TEST=)n,\1y,' $1/.config

It is always enabled here.
You need to repeat the ZLIB condition for NFP and COMPRESSDEV_TEST.






More information about the dev mailing list