X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Ftest-build.sh;h=61bdce7cc993c56de64e4fabc8dd3824d6ddd184;hb=99a7213b14691c8ef7169e48080222a6c0c3fc6d;hp=cc364e848eda8ecc4ba9c7133a3b8cca6f4204f1;hpb=94bef807708b245e6b5f6b340c0adc05aafc87f5;p=dpdk.git diff --git a/devtools/test-build.sh b/devtools/test-build.sh index cc364e848e..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,6 +230,9 @@ 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