Re: [dpdk-dev] [PATCH v2] devtools: add compressdev tests to test-build
19/07/2018 05:07, 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 Applied, thanks
[dpdk-dev] [PATCH v2] devtools: add compressdev tests to test-build
Compressdev tests depend on Zlib library, so they can only be enabled if this is available. Signed-off-by: Pablo de Lara --- v2: - Add test "$DPDK_DEP_ZLIB" != y" line, to actually check for the Zlib dependency devtools/test-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devt