summaryrefslogtreecommitdiff
path: root/tests/quick/se/01.hello-2T-smt/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quick/se/01.hello-2T-smt/test.py')
-rw-r--r--tests/quick/se/01.hello-2T-smt/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/quick/se/01.hello-2T-smt/test.py b/tests/quick/se/01.hello-2T-smt/test.py
index 885de10f3..7a8fbe0bd 100644
--- a/tests/quick/se/01.hello-2T-smt/test.py
+++ b/tests/quick/se/01.hello-2T-smt/test.py
@@ -29,5 +29,6 @@
process1 = LiveProcess(cmd = 'hello', executable = binpath('hello'))
process2 = LiveProcess(cmd = 'hello', executable = binpath('hello'))
+root.system.multi_thread = True
root.system.cpu[0].workload = [process1, process2]
root.system.cpu[0].numThreads = 2