summaryrefslogtreecommitdiff
path: root/src/unittest/SConscript
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas.sandberg@arm.com>2018-10-24 12:08:09 +0100
committerAndreas Sandberg <andreas.sandberg@arm.com>2018-10-26 09:14:34 +0000
commitd05e6aae7096341569eee1e835614b33a3016bd7 (patch)
treed1d660a03b834988a5c12e64918a775dc67515a4 /src/unittest/SConscript
parent78addea341e1c96dc95e178436d9749267781f71 (diff)
downloadgem5-d05e6aae7096341569eee1e835614b33a3016bd7.tar.xz
tests: Convert AddrRangeMap unit test to a GTest
Change-Id: Ifeb0b57c0cda77706691286f78325e50edb31c0d Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/13736 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Diffstat (limited to 'src/unittest/SConscript')
-rw-r--r--src/unittest/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unittest/SConscript b/src/unittest/SConscript
index b104932ba..3f657345f 100644
--- a/src/unittest/SConscript
+++ b/src/unittest/SConscript
@@ -35,7 +35,6 @@ Source('unittest.cc')
UnitTest('cprintftime', 'cprintftime.cc')
UnitTest('initest', 'initest.cc')
UnitTest('nmtest', 'nmtest.cc')
-UnitTest('rangemaptest', 'rangemaptest.cc')
UnitTest('refcnttest', 'refcnttest.cc')
UnitTest('strnumtest', 'strnumtest.cc')