From 8067621d1ff00e8a2a8b9589f415c7c942026432 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 8 Feb 2016 14:41:00 +0100 Subject: [PATCH] scripts: test build of performance-thread example This example is not part of the baseline because of its experimental state. That's why it must be tested separately. Fixes: b700090c8cec ("examples/performance-thread: mark as experimental") Signed-off-by: Thomas Monjalon --- scripts/test-build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/test-build.sh b/scripts/test-build.sh index b23d6c8565..ffad7eef44 100755 --- a/scripts/test-build.sh +++ b/scripts/test-build.sh @@ -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 -- 2.20.1