tests: Reimplement the bituniontest as a googletest.
The implementation is very similar to the old test structurally, and should test all the same things. Change-Id: I58f1559d0943f2494ef06ee1d7ee5314a3852a8c Reviewed-on: https://gem5-review.googlesource.com/6085 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
@@ -32,7 +32,7 @@ Import('*')
|
||||
|
||||
Source('unittest.cc')
|
||||
|
||||
UnitTest('bituniontest', 'bituniontest.cc')
|
||||
GTest('bituniontest', 'bituniontest.cc')
|
||||
UnitTest('bitvectest', 'bitvectest.cc')
|
||||
UnitTest('circlebuf', 'circlebuf.cc')
|
||||
UnitTest('cprintftest', 'cprintftest.cc')
|
||||
|
||||
Reference in New Issue
Block a user