diff options
author | Geoffrey Blake <geoffrey.blake@arm.com> | 2012-03-09 09:59:28 -0500 |
---|---|---|
committer | Geoffrey Blake <geoffrey.blake@arm.com> | 2012-03-09 09:59:28 -0500 |
commit | da0d67c3d6468bedae93d14a9b7461e2b9d7a645 (patch) | |
tree | cc450e9463d24939d2482b8135f7473c5d15acc2 /tests/SConscript | |
parent | 98cf57fb89b76a8ca423083d52cc647c7923fe51 (diff) | |
download | gem5-da0d67c3d6468bedae93d14a9b7461e2b9d7a645.tar.xz |
CheckerCPU: Make some basic regression tests for CheckerCPU
Adds regression tests for the CheckerCPU. ARM ISA support
only at this point.
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 46d4ca400..93bdcf9b4 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -277,11 +277,14 @@ if env['TARGET_ISA'] == 'sparc': configs += ['t1000-simple-atomic', 't1000-simple-timing'] if env['TARGET_ISA'] == 'arm': - configs += ['realview-simple-atomic', + configs += ['simple-atomic-dummychecker', + 'o3-timing-checker', + 'realview-simple-atomic', 'realview-simple-atomic-dual', 'realview-simple-timing', 'realview-simple-timing-dual', 'realview-o3', + 'realview-o3-checker', 'realview-o3-dual'] if env['TARGET_ISA'] == 'x86': configs += ['pc-simple-atomic', |