m5: merge inorder/release-notes/make_release changes
[gem5.git] / tests / quick / 40.m5threads-test-atomic / test.py
1 process = LiveProcess(executable = binpath('m5threads', 'test_atomic'),
2 cmd = ['test_atomic', str(nb_cores)])
3
4 for i in range(nb_cores):
5 root.system.cpu[i].workload = process