summaryrefslogtreecommitdiff
path: root/tests/quick/se/00.hello/test.py
diff options
context:
space:
mode:
authorGeoffrey Blake <geoffrey.blake@arm.com>2012-03-09 09:59:28 -0500
committerGeoffrey Blake <geoffrey.blake@arm.com>2012-03-09 09:59:28 -0500
commitda0d67c3d6468bedae93d14a9b7461e2b9d7a645 (patch)
treecc450e9463d24939d2482b8135f7473c5d15acc2 /tests/quick/se/00.hello/test.py
parent98cf57fb89b76a8ca423083d52cc647c7923fe51 (diff)
downloadgem5-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/quick/se/00.hello/test.py')
-rw-r--r--tests/quick/se/00.hello/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/quick/se/00.hello/test.py b/tests/quick/se/00.hello/test.py
index d765e9fc3..000181850 100644
--- a/tests/quick/se/00.hello/test.py
+++ b/tests/quick/se/00.hello/test.py
@@ -28,3 +28,5 @@
root.system.cpu.workload = LiveProcess(cmd = 'hello',
executable = binpath('hello'))
+if root.system.cpu.checker != NULL:
+ root.system.cpu.checker.workload = root.system.cpu.workload