diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2007-02-06 21:16:33 -0800 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2007-02-06 21:16:33 -0800 |
commit | d4867001490911bf853130ec0eeb1731ba71da37 (patch) | |
tree | 7bb115e97a32b5742dbd873f5b914d43b2578534 /tests/SConscript | |
parent | 98ef836ca6a851c14b335603f75a2d728a897936 (diff) | |
download | gem5-d4867001490911bf853130ec0eeb1731ba71da37.tar.xz |
Add short memtest run to quick regressions.
Caveats:
- Even though memtest is ISA-independent, it will only
run for the Alpha builds, since there's no way to specify
ISA-independent reference files and I didn't want to commit
3 copies since I'm not sure we want to run it for all the
different ISAs anyway.
- Reference outputs were generated on my laptop,
so performance numbers will be low compared to zizzer.
--HG--
extra : convert_revision : 210fe4abecc19fbab0b15402c6cb4863650bab66
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 8c9029be6..54fa2505b 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -205,7 +205,7 @@ if env['FULL_SYSTEM']: 'twosys-tsunami-simple-atomic'] else: - configs += ['simple-atomic', 'simple-timing', 'o3-timing'] + configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest'] cwd = os.getcwd() os.chdir(str(Dir('.').srcdir)) |