From 591b05cf0222f8bb3b0f70aa87ea579f08de01f9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 12 Mar 2011 14:38:57 -0800 Subject: Regressions: Make X86_FS run automatically. --- util/regress | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'util') diff --git a/util/regress b/util/regress index 34e58d6d7..ab497d5fd 100755 --- a/util/regress +++ b/util/regress @@ -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')") -- cgit v1.2.3