diff options
author | Gabe Black <gabeblack@google.com> | 2017-11-22 18:11:58 -0800 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2017-11-28 11:00:01 +0000 |
commit | 601fa8a25c8aa2eff809a7011e9751f4bfff488a (patch) | |
tree | 3a9ab92feb471d9bd562c55291af0590e0e77bb5 /src/unittest/SConscript | |
parent | 16d6ed6660337b7293072da8a8f6ff6f4d9dbb4e (diff) | |
download | gem5-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/SConscript | 2 |
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') |