tests: Move the cprintftest unit test into src/base.
authorGabe Black <gabeblack@google.com>
Tue, 5 Dec 2017 03:46:26 +0000 (19:46 -0800)
committerGabe Black <gabeblack@google.com>
Tue, 12 Dec 2017 19:47:52 +0000 (19:47 +0000)
commitc849dd804a7c43ee51a353b8ca4e3c011913dc72
tree0d4603548db61cc0f739881482936b235dc0fa4a
parent260c23f930b802e939f5cbc6230cdc61fdec8f27
tests: Move the cprintftest unit test into src/base.

That way it will live alongside the code it tests.

Change-Id: I00baad2206870a4619b7cee792a1d4c303dad04d
Reviewed-on: https://gem5-review.googlesource.com/6324
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/base/SConscript
src/base/cprintftest.cc [new file with mode: 0644]
src/unittest/SConscript
src/unittest/cprintftest.cc [deleted file]