X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Ftest-build.sh;h=6e53f86fc81f00cf7c597d671eef797ec2b9f8c8;hb=5cbe184802aa;hp=a298115002d987d3cd1b6b08adfa3581e0e5f64f;hpb=1cab496414c46ef5e66aeaa4b48b03bc8b7d54ab;p=dpdk.git diff --git a/devtools/test-build.sh b/devtools/test-build.sh index a298115002..6e53f86fc8 100755 --- a/devtools/test-build.sh +++ b/devtools/test-build.sh @@ -262,6 +262,7 @@ for conf in $configs ; do EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \ O=$(readlink -f $dir)/examples unset RTE_TARGET + grep -q 'SHARED_LIB=n' $dir/.config || # skip ABI check with static libs if [ -n "$DPDK_ABI_REF_VERSION" ]; then abirefdir=${DPDK_ABI_REF_DIR:-reference}/$DPDK_ABI_REF_VERSION if [ ! -d $abirefdir/$conf ]; then