diff options
author | Steve Reinhardt <steve.reinhardt@amd.com> | 2009-04-21 08:37:50 -0700 |
---|---|---|
committer | Steve Reinhardt <steve.reinhardt@amd.com> | 2009-04-21 08:37:50 -0700 |
commit | 7b2f8e6857c035f6ae1d24abaab41915070705e3 (patch) | |
tree | c9204863c91d80ccdc0c0404993b27b675d80e3d /tests/SConscript | |
parent | 03b3925e58505c7781b56888019e2f9ea0b85e56 (diff) | |
download | gem5-7b2f8e6857c035f6ae1d24abaab41915070705e3.tar.xz |
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.
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript index 42b844813..cfaec5127 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -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)) |