diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2006-12-01 01:24:01 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2006-12-01 01:24:01 -0500 |
commit | 161b8d1a23ebd5dab767acde67c7aeb0987fb908 (patch) | |
tree | 4856b881566cfb605978d88ceb4d6fc736a8fb08 /tests/SConscript | |
parent | df6c12e7160051ce77648eb659fa521c3a3e3cf8 (diff) | |
download | gem5-161b8d1a23ebd5dab767acde67c7aeb0987fb908.tar.xz |
add a simple netperf-stream test to the long tests.
tests/SConscript:
add a new configuration for two-system tests (atomic simple only)
--HG--
extra : convert_revision : 16c260ab16f38779fe17b1cab18f36d5c7a70846
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript index 1228e78d2..8560363f9 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -205,7 +205,9 @@ if env['FULL_SYSTEM']: configs += ['tsunami-simple-atomic', 'tsunami-simple-timing', 'tsunami-simple-atomic-dual', - 'tsunami-simple-timing-dual'] + 'tsunami-simple-timing-dual', + 'twosys-tsunami-simple-atomic'] + else: configs += ['simple-atomic', 'simple-timing', 'o3-timing'] |