summaryrefslogtreecommitdiff
path: root/src/unittest/SConscript
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2017-11-22 18:11:58 -0800
committerGabe Black <gabeblack@google.com>2017-11-28 11:00:01 +0000
commit601fa8a25c8aa2eff809a7011e9751f4bfff488a (patch)
tree3a9ab92feb471d9bd562c55291af0590e0e77bb5 /src/unittest/SConscript
parent16d6ed6660337b7293072da8a8f6ff6f4d9dbb4e (diff)
downloadgem5-601fa8a25c8aa2eff809a7011e9751f4bfff488a.tar.xz
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>
Diffstat (limited to 'src/unittest/SConscript')
-rw-r--r--src/unittest/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/SConscript b/src/unittest/SConscript
index 70e3c2f95..cca3336b2 100644
--- a/src/unittest/SConscript
+++ b/src/unittest/SConscript
@@ -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')