summaryrefslogtreecommitdiff
path: root/src/unittest/SConscript
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2012-09-19 06:15:43 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2012-09-19 06:15:43 -0400
commitc34df76272c17401955f6daf30ca9c7e7671ae56 (patch)
treed23df59525ad0fcf3812d2d5e4d583880877d12a /src/unittest/SConscript
parent12c291f9d7a1aa3776133bd911c1aa3263010835 (diff)
downloadgem5-c34df76272c17401955f6daf30ca9c7e7671ae56.tar.xz
AddrRange: Simplify Range by removing stream input/output
This patch simplifies the Range class in preparation for the introduction of a more specific AddrRange class that allows interleaving/striping. The only place where the parsing was used was in the unit test.
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 3ae92194c..841cbb8a6 100644
--- a/src/unittest/SConscript
+++ b/src/unittest/SConscript
@@ -43,7 +43,6 @@ UnitTest('initest', 'initest.cc')
UnitTest('lrutest', 'lru_test.cc')
UnitTest('nmtest', 'nmtest.cc')
UnitTest('offtest', 'offtest.cc')
-UnitTest('rangetest', 'rangetest.cc')
UnitTest('rangemaptest', 'rangemaptest.cc')
UnitTest('refcnttest', 'refcnttest.cc')
UnitTest('strnumtest', 'strnumtest.cc')