diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-10-26 14:32:36 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-10-26 14:32:36 -0700 |
commit | bec1bfb493390fa084c672f7d76958777f85bbd1 (patch) | |
tree | 74c12ced7df4b0064f34fa7ce8999cc08481a5aa /util/regress | |
parent | 851c4bc9609884946edefc3cb67a4238d79886ba (diff) | |
download | gem5-bec1bfb493390fa084c672f7d76958777f85bbd1.tar.xz |
Regressions: Added X86_SE into the default list of builds.
--HG--
extra : convert_revision : 3dcdaca58340ec2cc190ecb692c79128be1a14d6
Diffstat (limited to 'util/regress')
-rwxr-xr-x | util/regress | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/regress b/util/regress index 8ff07c453..034201317 100755 --- a/util/regress +++ b/util/regress @@ -40,7 +40,8 @@ optparser.add_option('-v', '--verbose', dest='verbose', action='store_true', default=False, help='echo commands before executing') optparser.add_option('--builds', dest='builds', - default='ALPHA_SE,ALPHA_FS,MIPS_SE,SPARC_SE,SPARC_FS', + default='ALPHA_SE,ALPHA_FS,MIPS_SE,' + \ + 'SPARC_SE,SPARC_FS,X86_SE', help='comma-separated list of build targets to test ' " (default: '%default')" ) optparser.add_option('--variants', dest='variants', |