From fb80d328614698843c2e8999a74a4ea3af94cc94 Mon Sep 17 00:00:00 2001 From: Eric Li Date: Mon, 7 Jun 2010 15:15:49 -0700 Subject: [PATCH] add fsx and hackbench into the pre-build suite. Now it is passed build for both x86 and arm generic board type. Review URL: http://codereview.chromium.org/2644003 --- autotest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autotest b/autotest index 8f7b699b9d..1ab04e3083 100755 --- a/autotest +++ b/autotest @@ -155,8 +155,8 @@ def build_autotest(options): else: blacklist = [] - all_tests = ('compilebench,dbench,disktest,iperf,netperf2,netpipe,ltp,' - 'unixbench') + all_tests = ('compilebench,dbench,disktest,fsx,hackbench,iperf,ltp,netperf2,' + 'netpipe,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)