tests: Fix the source file for the cprintftime test.
authorGabe Black <gabeblack@google.com>
Tue, 5 Dec 2017 03:10:28 +0000 (19:10 -0800)
committerGabe Black <gabeblack@google.com>
Wed, 6 Dec 2017 01:14:17 +0000 (01:14 +0000)
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>

src/unittest/SConscript

index 156710d75814b82f4323a1754afaab67a2ab1c6f..305d7c2cf9e075a939277ec07f58ae2c1a096023 100644 (file)
@@ -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')