summaryrefslogtreecommitdiff
path: root/src/unittest/SConscript
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2017-12-04 19:44:47 -0800
committerGabe Black <gabeblack@google.com>2017-12-12 19:47:36 +0000
commit260c23f930b802e939f5cbc6230cdc61fdec8f27 (patch)
treef8b3b02eab457e8589dd492a0a333d5a3af58efa /src/unittest/SConscript
parent4e5f5e672b8e355c0a15d050fa7ea9a88acfb5cd (diff)
downloadgem5-260c23f930b802e939f5cbc6230cdc61fdec8f27.tar.xz
tests: Convert the cprintf unit test into a gtest.
Change-Id: I0f78a202d1f5fd29cda94ca93b540618831fe898 Reviewed-on: https://gem5-review.googlesource.com/6323 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/unittest/SConscript')
-rw-r--r--src/unittest/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/SConscript b/src/unittest/SConscript
index 361c215ac..1a4b8bb20 100644
--- a/src/unittest/SConscript
+++ b/src/unittest/SConscript
@@ -33,7 +33,7 @@ Import('*')
Source('unittest.cc')
UnitTest('circlebuf', 'circlebuf.cc')
-UnitTest('cprintftest', 'cprintftest.cc')
+GTest('cprintftest', 'cprintftest.cc')
UnitTest('cprintftime', 'cprintftime.cc')
UnitTest('pixeltest', 'pixeltest.cc')
UnitTest('initest', 'initest.cc')