From 740d8374511aa325d24f6d346329d183348a90ed Mon Sep 17 00:00:00 2001 From: Eric Li Date: Tue, 13 Apr 2010 10:07:15 -0700 Subject: [PATCH] Add iperf and netpipe into autotest prebuild test lists. Now they should be built for both x86 and arm board. Review URL: http://codereview.chromium.org/1621006 --- autotest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autotest b/autotest index f9019d3759..85479ce5cb 100755 --- a/autotest +++ b/autotest @@ -152,7 +152,8 @@ def build_autotest(options): else: blacklist = [] - all_tests = 'compilebench,dbench,disktest,netperf2,ltp,unixbench' + all_tests = ('compilebench,dbench,disktest,iperf,netperf2,netpipe,ltp,' + 'unixbench') site_tests = '../third_party/autotest/files/client/site_tests' for site_test in os.listdir(site_tests): test_path = os.path.join(site_tests, site_test)