diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2016-04-25 03:46:12 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2016-04-25 03:46:12 -0400 |
commit | 8845aae4da8dd39880a4072a48a58c4c613e6bce (patch) | |
tree | e0678b736a5cab44eb7702784f30e5b5c7b9986a /tests/SConscript | |
parent | bf7e27fe4554cef1fd5eae4ae0a9e0b26ec2db95 (diff) | |
download | gem5-8845aae4da8dd39880a4072a48a58c4c613e6bce.tar.xz |
tests: Add a basic memcheck regression
This patch adds a simple regression that calls the existing
memcheck.py script.
--HG--
rename : tests/configs/learning-gem5-p1-simple.py => tests/configs/memcheck.py
rename : tests/quick/se/70.tgen/test.py => tests/quick/se/51.memcheck/test.py
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 886b7fe59..9baf0ea75 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -364,7 +364,7 @@ else: 'simple-timing', 'simple-timing-mp', 'minor-timing', 'minor-timing-mp', 'o3-timing', 'o3-timing-mt', 'o3-timing-mp', - 'rubytest', 'memtest', 'memtest-filter', + 'rubytest', 'memcheck', 'memtest', 'memtest-filter', 'tgen-simple-mem', 'tgen-dram-ctrl'] configs += ['learning-gem5-p1-simple', 'learning-gem5-p1-two-level'] |