From 601fa8a25c8aa2eff809a7011e9751f4bfff488a Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 22 Nov 2017 18:11:58 -0800 Subject: 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 Maintainer: Andreas Sandberg --- src/unittest/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unittest/SConscript') 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') -- cgit v1.2.3