summaryrefslogtreecommitdiff
path: root/src/unittest
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2017-12-04 19:10:28 -0800
committerGabe Black <gabeblack@google.com>2017-12-06 01:14:17 +0000
commit6e2829f5ddff3a070af8a01014fc9eec25c8f9a9 (patch)
treec3ee36249bb749263a55f196ce193fe86884cc39 /src/unittest
parent71accb5f7802903267b7c47dc8efc626f7f91627 (diff)
downloadgem5-6e2829f5ddff3a070af8a01014fc9eec25c8f9a9.tar.xz
tests: Fix the source file for the cprintftime test.
It was using the source file for the cprintftest unit test. Change-Id: I534798e892ad55cef2f48be2ba9d732aa1993819 Reviewed-on: https://gem5-review.googlesource.com/6321 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/unittest')
-rw-r--r--src/unittest/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/SConscript b/src/unittest/SConscript
index 156710d75..305d7c2cf 100644
--- a/src/unittest/SConscript
+++ b/src/unittest/SConscript
@@ -34,7 +34,7 @@ Source('unittest.cc')
UnitTest('circlebuf', 'circlebuf.cc')
UnitTest('cprintftest', 'cprintftest.cc')
-UnitTest('cprintftime', 'cprintftest.cc')
+UnitTest('cprintftime', 'cprintftime.cc')
UnitTest('fbtest', 'fbtest.cc')
UnitTest('initest', 'initest.cc')
UnitTest('nmtest', 'nmtest.cc')