]> git.droids-corp.org - dpdk.git/blobdiff - devtools/test-build.sh
devtools: add compressdev tests to build test
[dpdk.git] / devtools / test-build.sh
index f6db99fb016dff5ae95ceb3e98ef073377844366..1eee24170c0a4777c172ebce79595814173be309 100755 (executable)
@@ -153,6 +153,8 @@ config () # <directory> <target> <options>
                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" || \