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>
This commit is contained in:
Gabe Black
2017-12-04 20:04:20 -08:00
parent c849dd804a
commit 5a4b143c2d
4 changed files with 122 additions and 127 deletions

View File

@@ -56,6 +56,7 @@ Source('logging.cc')
Source('match.cc')
Source('output.cc')
Source('pixel.cc')
GTest('pixeltest', 'pixeltest.cc', 'pixel.cc')
Source('pollevent.cc')
Source('random.cc')
if env['TARGET_ISA'] != 'null':