Regressions: Make X86_FS run automatically.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 12 Mar 2011 22:38:57 +0000 (14:38 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 12 Mar 2011 22:38:57 +0000 (14:38 -0800)
util/regress

index 34e58d6d7bbe3c0b6a4c9a6907a9e7151bfd8dc8..ab497d5fdaa231f4f63808f950cf953d5778aedc 100755 (executable)
@@ -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')")