summaryrefslogtreecommitdiff
path: root/util/regress
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-06-23 00:07:39 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-06-23 00:07:39 -0700
commitbe3542ebdb2747d1e9f4294a9b1eccf690d9f3a7 (patch)
tree38b817962fcceefd50aa17fe4d4909a12b703635 /util/regress
parentd744525273ee4e30c68174afbe3f4c3630956ca8 (diff)
downloadgem5-be3542ebdb2747d1e9f4294a9b1eccf690d9f3a7.tar.xz
Regressions: Build ARM_SE regressions by default.
Diffstat (limited to 'util/regress')
-rwxr-xr-xutil/regress2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/regress b/util/regress
index 0686372b3..856e9a1a6 100755
--- a/util/regress
+++ b/util/regress
@@ -41,7 +41,7 @@ optparser.add_option('-v', '--verbose', dest='verbose', action='store_true',
help='echo commands before executing')
optparser.add_option('--builds', dest='builds',
default='ALPHA_SE,ALPHA_FS,MIPS_SE,' + \
- 'SPARC_SE,SPARC_FS,X86_SE',
+ 'SPARC_SE,SPARC_FS,X86_SE,ARM_SE',
help='comma-separated list of build targets to test '
" (default: '%default')" )
optparser.add_option('--variants', dest='variants',