From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 3/8] scripts: test build of performance-thread example Date: Tue, 29 Mar 2016 18:15:49 +0200 Message-ID: <1459268154-29558-4-git-send-email-thomas.monjalon@6wind.com> References: <1459268154-29558-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 02B445597 for ; Tue, 29 Mar 2016 18:18:08 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id 20so33721045wmh.1 for ; Tue, 29 Mar 2016 09:18:08 -0700 (PDT) Received: from XPS13.dev.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id jf6sm30004635wjb.2.2016.03.29.09.18.07 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Mar 2016 09:18:07 -0700 (PDT) In-Reply-To: <1459268154-29558-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 b23d6c8..ffad7ee 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.7.0