From: Pablo de Lara Date: Thu, 19 Jul 2018 03:07:52 +0000 (+0100) Subject: devtools: add compressdev tests to build test X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3cc605bec634e02ec4e6d60c2135392127e53eae;p=dpdk.git devtools: add compressdev tests to build test Compressdev tests depend on Zlib library, so they can only be enabled if this is available. Signed-off-by: Pablo de Lara --- diff --git a/devtools/test-build.sh b/devtools/test-build.sh index f6db99fb01..1eee24170c 100755 --- a/devtools/test-build.sh +++ b/devtools/test-build.sh @@ -153,6 +153,8 @@ config () # sed -ri 's,(PMD_SZEDATA2=)n,\1y,' $1/.config test "$DPDK_DEP_ZLIB" != y || \ sed -ri 's,(BNX2X_PMD=)n,\1y,' $1/.config + test "$DPDK_DEP_ZLIB" != y || \ + sed -ri 's,(COMPRESSDEV_TEST=)n,\1y,' $1/.config test "$DPDK_DEP_PCAP" != y || \ sed -ri 's,(PCAP=)n,\1y,' $1/.config test -z "$ARMV8_CRYPTO_LIB_PATH" || \