]> git.droids-corp.org - dpdk.git/blobdiff - scripts/test-build.sh
scripts: test build of performance-thread example
[dpdk.git] / scripts / test-build.sh
index b23d6c85659487f8cb9f3459d6cbdfb176fa1e7e..ffad7eef440ec87e160ff468e93eaceff6476b5c 100755 (executable)
@@ -155,6 +155,10 @@ for conf in $configs ; do
        make -j$J -sC examples \
                EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" \
                O=$(readlink -m $dir/examples)
+       ! echo $target | grep -q '^x86_64' || \
+       make -j$J -sC examples/performance-thread \
+               EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" \
+               O=$(readlink -m $dir/examples/performance-thread)
        unset RTE_TARGET
        echo "################## $dir done."
 done