From da0d67c3d6468bedae93d14a9b7461e2b9d7a645 Mon Sep 17 00:00:00 2001 From: Geoffrey Blake Date: Fri, 9 Mar 2012 09:59:28 -0500 Subject: CheckerCPU: Make some basic regression tests for CheckerCPU Adds regression tests for the CheckerCPU. ARM ISA support only at this point. --- tests/quick/se/00.hello/test.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/quick/se/00.hello/test.py') 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 -- cgit v1.2.3