tests: Move the trietest unit test into base.
authorGabe Black <gabeblack@google.com>
Sun, 3 Dec 2017 09:59:39 +0000 (01:59 -0800)
committerGabe Black <gabeblack@google.com>
Tue, 12 Dec 2017 19:47:21 +0000 (19:47 +0000)
commit4e5f5e672b8e355c0a15d050fa7ea9a88acfb5cd
tree740f44d1e636ad1d09aa9477822bc1f46c999631
parentb031deda707e84abb68ba6f409910e0fad9f9a5f
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>
src/base/SConscript
src/base/trietest.cc [new file with mode: 0644]
src/unittest/SConscript
src/unittest/trietest.cc [deleted file]