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
This commit is contained in:
Eric Li 2010-06-07 15:15:49 -07:00
parent c373e2457a
commit fb80d32861

View File

@ -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)