From: Gabe Black Date: Tue, 5 Dec 2017 03:10:28 +0000 (-0800) Subject: tests: Fix the source file for the cprintftime test. X-Git-Tag: v19.0.0.0~2455 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e2829f5ddff3a070af8a01014fc9eec25c8f9a9;p=gem5.git 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 Maintainer: Andreas Sandberg --- 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')