diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2012-04-25 22:43:36 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2012-04-25 22:43:36 -0500 |
commit | 86f248e2a7442b07fbb8746eaa29e051487bcbf9 (patch) | |
tree | 09aea0900e27946704758ec54f3db4a980b90b84 /util/regress | |
parent | c3dad222e345fe3fce04dce1df752fc12f240c22 (diff) | |
download | gem5-86f248e2a7442b07fbb8746eaa29e051487bcbf9.tar.xz |
Regression: Add a test for x86 timing full system ruby simulation
Diffstat (limited to 'util/regress')
-rwxr-xr-x | util/regress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/regress b/util/regress index 9fa00e2dc..aa9114ade 100755 --- a/util/regress +++ b/util/regress @@ -47,7 +47,7 @@ add_option('--builds', 'MIPS,' \ 'POWER,' \ 'SPARC,' \ - 'X86,' \ + 'X86, X86_MESI_CMP_directory' \ 'ARM', help="comma-separated build targets to test (default: '%default')") add_option('--modes', |