X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Ftest-build.sh;h=61bdce7cc993c56de64e4fabc8dd3824d6ddd184;hb=d2e026044522d4a5027ab0689c7a663efcb9c493;hp=5fed4c1b2ecc358dc6da18bf2409b068c72c3216;hpb=feb9f680cd2c1df3d47bf4c05dc872467176e1e3;p=dpdk.git diff --git a/devtools/test-build.sh b/devtools/test-build.sh index 5fed4c1b2e..61bdce7cc9 100755 --- a/devtools/test-build.sh +++ b/devtools/test-build.sh @@ -66,7 +66,7 @@ print_help () { options: -h this help -jX use X parallel jobs in "make" - -s short test with only first config without examples/doc + -s short test only first config without tests|examples|doc -v verbose build config: defconfig[[~][+]option1[[~][+]option2...]] @@ -230,16 +230,15 @@ for conf in $configs ; do make -j$J EXTRA_CFLAGS="$maxerr $DPDK_DEP_CFLAGS" \ EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose O=$dir ! $short || break + echo "================== Build tests for $dir" + make test-build -j$J EXTRA_CFLAGS="$maxerr $DPDK_DEP_CFLAGS" \ + EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose O=$dir echo "================== Build examples for $dir" export RTE_SDK=$(pwd) export RTE_TARGET=$dir make -j$J -sC examples \ EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \ O=$(readlink -m $dir/examples) - ! echo $target | grep -q '^x86_64' || \ - make -j$J -sC examples/performance-thread \ - EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \ - O=$(readlink -m $dir/examples/performance-thread) unset RTE_TARGET echo "################## $dir done." unset dir