Regressions: Make X86_FS run automatically.

This commit is contained in:
Gabe Black 2011-03-12 14:38:57 -08:00
parent 02f10fbdc8
commit 591b05cf02

View file

@ -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')")