diff options
author | Gabe Black <gabeblack@google.com> | 2015-01-07 00:34:40 -0800 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2015-01-07 00:34:40 -0800 |
commit | 1c1fb2c9886134c5ab4a877e2ac5baae8c2390a9 (patch) | |
tree | cd15cf150d49cb892ea4c4113b0381e5ccdcbc0d /src/unittest/SConscript | |
parent | 86dea86987ef61192deca4d2f1a980893f50e092 (diff) | |
download | gem5-1c1fb2c9886134c5ab4a877e2ac5baae8c2390a9.tar.xz |
test: Add a unittest for the BitUnion types.
Diffstat (limited to 'src/unittest/SConscript')
-rw-r--r-- | src/unittest/SConscript | 1 |
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') |