Regressions: Make X86_FS run automatically.
This commit is contained in:
parent
02f10fbdc8
commit
591b05cf02
1 changed files with 6 additions and 1 deletions
|
@ -45,7 +45,12 @@ add_option('--builds', dest='builds',
|
||||||
'ALPHA_SE_MESI_CMP_directory,' \
|
'ALPHA_SE_MESI_CMP_directory,' \
|
||||||
'ALPHA_SE_MOESI_CMP_directory,' \
|
'ALPHA_SE_MOESI_CMP_directory,' \
|
||||||
'ALPHA_SE_MOESI_CMP_token,' \
|
'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')")
|
help="comma-separated build targets to test (default: '%default')")
|
||||||
add_option('--variants', dest='variants', default='fast',
|
add_option('--variants', dest='variants', default='fast',
|
||||||
help="comma-separated build variants to test (default: '%default')")
|
help="comma-separated build variants to test (default: '%default')")
|
||||||
|
|
Loading…
Reference in a new issue