include netperf2 and netpipe into build_autotest.

Review URL: http://codereview.chromium.org/661044
This commit is contained in:
Eric Li 2010-02-24 17:32:55 -08:00
parent cc48864bce
commit 213f8958aa

View File

@ -34,7 +34,7 @@ set -e
check_board
# build default pre-compile client tests list.
ALL_TESTS="compilebench,dbench,disktest,ltp,unixbench"
ALL_TESTS="compilebench,dbench,disktest,ltp,netperf2,netpipe,unixbench"
for SITE_TEST in ../third_party/autotest/files/client/site_tests/*
do
if [ -d ${SITE_TEST} ]