diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-02-07 01:23:02 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-02-07 01:23:02 -0800 |
commit | dd53743797b2c642ef0cf720a9db5a930de2670d (patch) | |
tree | dbc6eb96231c57a272e09d84a036ea4049e03981 /tests/SConscript | |
parent | f8fc0419c5b1f4e20fd6886ca44626a2ca264fae (diff) | |
download | gem5-dd53743797b2c642ef0cf720a9db5a930de2670d.tar.xz |
X86: Add scripts to support X86 FS configurations in the regressions.
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/SConscript b/tests/SConscript index a92deafbf..5d812c2eb 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -277,6 +277,9 @@ if env['FULL_SYSTEM']: if env['TARGET_ISA'] == 'arm': configs += ['realview-simple-atomic', 'realview-simple-timing'] + if env['TARGET_ISA'] == 'x86': + configs += ['pc-simple-atomic', + 'pc-simple-timing'] else: configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', |