summaryrefslogtreecommitdiff
path: root/src/unittest/SConscript
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2015-01-07 00:34:40 -0800
committerGabe Black <gabeblack@google.com>2015-01-07 00:34:40 -0800
commit1c1fb2c9886134c5ab4a877e2ac5baae8c2390a9 (patch)
treecd15cf150d49cb892ea4c4113b0381e5ccdcbc0d /src/unittest/SConscript
parent86dea86987ef61192deca4d2f1a980893f50e092 (diff)
downloadgem5-1c1fb2c9886134c5ab4a877e2ac5baae8c2390a9.tar.xz
test: Add a unittest for the BitUnion types.
Diffstat (limited to 'src/unittest/SConscript')
-rw-r--r--src/unittest/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unittest/SConscript b/src/unittest/SConscript
index 14427bc9f..2926311a5 100644
--- a/src/unittest/SConscript
+++ b/src/unittest/SConscript
@@ -32,6 +32,7 @@ Import('*')
Source('unittest.cc')
+UnitTest('bituniontest', 'bituniontest.cc')
UnitTest('bitvectest', 'bitvectest.cc')
UnitTest('circletest', 'circletest.cc')
UnitTest('cprintftest', 'cprintftest.cc')