diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2011-08-19 15:08:09 -0500 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2011-08-19 15:08:09 -0500 |
commit | ba265abbfd70060cc61a3b4a53b4b1cfcb7a96fe (patch) | |
tree | 5cf148fb600af2da5440a442d10170666ae8bbc9 /tests/SConscript | |
parent | c9d5985b8221459e4737c637910dc08513b05660 (diff) | |
download | gem5-ba265abbfd70060cc61a3b4a53b4b1cfcb7a96fe.tar.xz |
ARM: Add some MP regressions and clean up the disk images and kernels a bit
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript index da92a47ce..0ded4b9ec 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -277,8 +277,11 @@ if env['FULL_SYSTEM']: 't1000-simple-timing'] if env['TARGET_ISA'] == 'arm': configs += ['realview-simple-atomic', + 'realview-simple-atomic-dual', 'realview-simple-timing', - 'realview-o3'] + 'realview-simple-timing-dual', + 'realview-o3', + 'realview-o3-dual'] if env['TARGET_ISA'] == 'x86': configs += ['pc-simple-atomic', 'pc-simple-timing', |