From 7b2f8e6857c035f6ae1d24abaab41915070705e3 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Tue, 21 Apr 2009 08:37:50 -0700 Subject: Set up m5threads tests on classic (non-ruby) memory system. Just one test (40.m5threads-test-atomic) is set up for now. These tests require that the m5threads SPARC binaries are present in /dist or in test-progs. --- tests/quick/40.m5threads-test-atomic/test.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/quick/40.m5threads-test-atomic/test.py (limited to 'tests/quick/40.m5threads-test-atomic/test.py') diff --git a/tests/quick/40.m5threads-test-atomic/test.py b/tests/quick/40.m5threads-test-atomic/test.py new file mode 100644 index 000000000..50976c771 --- /dev/null +++ b/tests/quick/40.m5threads-test-atomic/test.py @@ -0,0 +1,5 @@ +process = LiveProcess(executable = binpath('m5threads', 'test_atomic'), + cmd = ['test_atomic', str(nb_cores)]) + +for i in range(nb_cores): + root.system.cpu[i].workload = process -- cgit v1.2.3