summaryrefslogtreecommitdiff
path: root/util/regress
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-03-12 14:38:57 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-03-12 14:38:57 -0800
commit591b05cf0222f8bb3b0f70aa87ea579f08de01f9 (patch)
treec7c6f1ac2ed3606bcc818c296a92e6125fd23314 /util/regress
parent02f10fbdc8ab95d8115fc71238f157d4e10f45a6 (diff)
downloadgem5-591b05cf0222f8bb3b0f70aa87ea579f08de01f9.tar.xz
Regressions: Make X86_FS run automatically.
Diffstat (limited to 'util/regress')
-rwxr-xr-xutil/regress7
1 files changed, 6 insertions, 1 deletions
diff --git a/util/regress b/util/regress
index 34e58d6d7..ab497d5fd 100755
--- a/util/regress
+++ b/util/regress
@@ -45,7 +45,12 @@ add_option('--builds', dest='builds',
'ALPHA_SE_MESI_CMP_directory,' \
'ALPHA_SE_MOESI_CMP_directory,' \
'ALPHA_SE_MOESI_CMP_token,' \
- 'ALPHA_FS,MIPS_SE,POWER_SE,SPARC_SE,SPARC_FS,X86_SE,ARM_SE,ARM_FS',
+ 'ALPHA_FS,' \
+ 'MIPS_SE,' \
+ 'POWER_SE,' \
+ 'SPARC_SE,SPARC_FS,' \
+ 'X86_SE,X86_FS,' \
+ 'ARM_SE,ARM_FS',
help="comma-separated build targets to test (default: '%default')")
add_option('--variants', dest='variants', default='fast',
help="comma-separated build variants to test (default: '%default')")