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.
This commit is contained in:
Steve Reinhardt
2009-04-21 08:37:50 -07:00
parent 03b3925e58
commit 7b2f8e6857
14 changed files with 5081 additions and 1 deletions

View File

@@ -263,7 +263,7 @@ if env['FULL_SYSTEM']:
else:
configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest',
'simple-atomic-mp', 'simple-timing-mp']
'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp']
cwd = os.getcwd()
os.chdir(str(Dir('.').srcdir))