diff options
author | Jason Lowe-Power <power.jg@gmail.com> | 2015-09-16 09:35:36 -0500 |
---|---|---|
committer | Jason Lowe-Power <power.jg@gmail.com> | 2015-09-16 09:35:36 -0500 |
commit | 29dd04cfe96f095414d881b53cb0838661996f57 (patch) | |
tree | 75ccd3fa5802b414bc8819795bff80449aa1bff1 /tests/SConscript | |
parent | f065f9941b5e3b2796ec46d1926115283edd66cd (diff) | |
download | gem5-29dd04cfe96f095414d881b53cb0838661996f57.tar.xz |
tests: Add tests for the Learning gem5 scripts
These tests will ensure that Learning gem5 scripts are always up to date with
the changes in the mainline of gem5.
Committed by: Nilay Vaish <nilay@cs.wisc.edu>
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/SConscript b/tests/SConscript index 2f3bf0d73..bbd6b1950 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -361,6 +361,8 @@ configs += ['simple-atomic', 'simple-atomic-mp', 'rubytest', 'memtest', 'memtest-filter', 'tgen-simple-mem', 'tgen-dram-ctrl'] +configs += ['learning-gem5-p1-simple', 'learning-gem5-p1-two-level'] + if env['PROTOCOL'] != 'None': if env['PROTOCOL'] == 'MI_example': configs += [c + "-ruby" for c in configs] |