diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2010-11-08 13:58:25 -0600 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2010-11-08 13:58:25 -0600 |
commit | fe300c6de2bb5c78f34e14787908d0d0640849eb (patch) | |
tree | a57cf969c18cb7a64b3b825af7fcef3323ad48e9 /util | |
parent | 057b451773eb2f6042cf5a1f6d86b39a8a48eff5 (diff) | |
download | gem5-fe300c6de2bb5c78f34e14787908d0d0640849eb.tar.xz |
ARM: Add full-system regressions
Diffstat (limited to 'util')
-rwxr-xr-x | util/regress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/regress b/util/regress index a74bd09c3..27d09c0c3 100755 --- a/util/regress +++ b/util/regress @@ -45,7 +45,7 @@ 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', + 'ALPHA_FS,MIPS_SE,POWER_SE,SPARC_SE,SPARC_FS,X86_SE,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')") |