summaryrefslogtreecommitdiff
path: root/src/unittest/SConscript
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2017-12-03 01:59:39 -0800
committerGabe Black <gabeblack@google.com>2017-12-12 19:47:21 +0000
commit4e5f5e672b8e355c0a15d050fa7ea9a88acfb5cd (patch)
tree740f44d1e636ad1d09aa9477822bc1f46c999631 /src/unittest/SConscript
parentb031deda707e84abb68ba6f409910e0fad9f9a5f (diff)
downloadgem5-4e5f5e672b8e355c0a15d050fa7ea9a88acfb5cd.tar.xz
tests: Move the trietest unit test into base.
This puts it alongside trie.hh, the header file it tests. Change-Id: Id8ca0c1d68bdc01807c5ba4b51c0142b1221385d Reviewed-on: https://gem5-review.googlesource.com/6281 Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Diffstat (limited to 'src/unittest/SConscript')
-rw-r--r--src/unittest/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unittest/SConscript b/src/unittest/SConscript
index b497ddbfd..361c215ac 100644
--- a/src/unittest/SConscript
+++ b/src/unittest/SConscript
@@ -41,7 +41,6 @@ UnitTest('nmtest', 'nmtest.cc')
UnitTest('rangemaptest', 'rangemaptest.cc')
UnitTest('refcnttest', 'refcnttest.cc')
UnitTest('strnumtest', 'strnumtest.cc')
-GTest('trietest', 'trietest.cc')
stattest_py = PySource('m5', 'stattestmain.py', tags='stattest')
UnitTest('stattest', 'stattest.cc', stattest_py, main=True)