diff options
author | Nathan Binkert <nate@binkert.org> | 2009-04-08 22:22:49 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-04-08 22:22:49 -0700 |
commit | 18a30524d6afb397df1af764e8dc80ff4e7cdb98 (patch) | |
tree | 145f4823282254a76225d1f66df589c269545343 /tests | |
parent | 374ba9bae359e68c1496f8db25c38a817af2da19 (diff) | |
download | gem5-18a30524d6afb397df1af764e8dc80ff4e7cdb98.tar.xz |
alpha: get rid of all turbolaser remnants
Diffstat (limited to 'tests')
-rw-r--r-- | tests/SConscript | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/tests/SConscript b/tests/SConscript index 38e9ae9d2..42b844813 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -251,13 +251,12 @@ def test_builder(env, ref_dir): configs = [] if env['FULL_SYSTEM']: if env['TARGET_ISA'] == 'alpha': - if not env['ALPHA_TLASER']: - configs += ['tsunami-simple-atomic', - 'tsunami-simple-timing', - 'tsunami-simple-atomic-dual', - 'tsunami-simple-timing-dual', - 'twosys-tsunami-simple-atomic', - 'tsunami-o3', 'tsunami-o3-dual'] + configs += ['tsunami-simple-atomic', + 'tsunami-simple-timing', + 'tsunami-simple-atomic-dual', + 'tsunami-simple-timing-dual', + 'twosys-tsunami-simple-atomic', + 'tsunami-o3', 'tsunami-o3-dual'] if env['TARGET_ISA'] == 'sparc': configs += ['t1000-simple-atomic', 't1000-simple-timing'] |