summaryrefslogtreecommitdiff
path: root/src/unittest/SConscript
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2017-12-04 20:04:20 -0800
committerGabe Black <gabeblack@google.com>2017-12-12 19:48:02 +0000
commit5a4b143c2d53ee4eb0ff881278e35a35493b9de1 (patch)
treed49e172cf07e492fbe4ab5accbcef4cc0a8cdf00 /src/unittest/SConscript
parentc849dd804a7c43ee51a353b8ca4e3c011913dc72 (diff)
downloadgem5-5a4b143c2d53ee4eb0ff881278e35a35493b9de1.tar.xz
tests: Turn fbtest into a gtest and move it to src/base.
Change-Id: I9ca57e24f27e0eb747d1f27262972a8abcd10fc8 Reviewed-on: https://gem5-review.googlesource.com/6342 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@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 21b592e6c..394f1511f 100644
--- a/src/unittest/SConscript
+++ b/src/unittest/SConscript
@@ -34,7 +34,6 @@ Source('unittest.cc')
UnitTest('circlebuf', 'circlebuf.cc')
UnitTest('cprintftime', 'cprintftime.cc')
-UnitTest('pixeltest', 'pixeltest.cc')
UnitTest('initest', 'initest.cc')
UnitTest('nmtest', 'nmtest.cc')
UnitTest('rangemaptest', 'rangemaptest.cc')