diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-03-03 22:45:26 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-03-03 22:45:26 -0500 |
commit | a81143f06a1ba32839b26f38ddbad8753f93b9cd (patch) | |
tree | 0ca796ed2c3977eaa35c4452e8f0e696796a93a2 /util | |
parent | 82874eefca231fa960fbd39a90ed98929915c414 (diff) | |
download | gem5-a81143f06a1ba32839b26f38ddbad8753f93b9cd.tar.xz |
add a sparc fs regression
src/dev/sparc/iob.cc:
don't warn on cpu restart/idle/halt stuff
tests/SConscript:
add sparc target in test Sconscript
util/regress:
Add SPARC_FS target in regress
--HG--
extra : convert_revision : 37fa21700ec4c350d87ca9723bc3359feb81c50a
Diffstat (limited to 'util')
-rwxr-xr-x | util/regress | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/regress b/util/regress index 5d6f321f2..2032f1a4d 100755 --- a/util/regress +++ b/util/regress @@ -1,5 +1,5 @@ #! /usr/bin/env python -# Copyright (c) 2005-2006 The Regents of The University of Michigan +# Copyright (c) 2005-2007 The Regents of The University of Michigan # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -39,7 +39,7 @@ 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', + default='ALPHA_SE,ALPHA_FS,MIPS_SE,SPARC_SE,SPARC_FS', help='comma-separated list of build targets to test ' " (default: '%default')" ) optparser.add_option('--variants', dest='variants', |