Index: src/scripts/autotest |
diff --git a/src/scripts/autotest b/src/scripts/autotest |
index 8f7b699b9d6ff4c575737d8e1cfeb92959f66dc7..1ab04e3083485d3dfb11dfe88170acdb501ad839 100755 |
--- a/src/scripts/autotest |
+++ b/src/scripts/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) |