Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1171)

Unified Diff: src/scripts/build_autotest.sh

Issue 661044: include netperf2 and netpipe into build_autotest. (Closed)
Patch Set: code review request. Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_autotest.sh
diff --git a/src/scripts/build_autotest.sh b/src/scripts/build_autotest.sh
index b5b8ad20fc8a0c888a7da3825b4b288ad371f00f..2c0472b9b4240d20fa1f4f0e888abbd898439a01 100755
--- a/src/scripts/build_autotest.sh
+++ b/src/scripts/build_autotest.sh
@@ -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} ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698