From c849dd804a7c43ee51a353b8ca4e3c011913dc72 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 4 Dec 2017 19:46:26 -0800 Subject: 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 Maintainer: Andreas Sandberg --- src/unittest/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/unittest/SConscript') diff --git a/src/unittest/SConscript b/src/unittest/SConscript index 1a4b8bb20..21b592e6c 100644 --- a/src/unittest/SConscript +++ b/src/unittest/SConscript @@ -33,7 +33,6 @@ Import('*') Source('unittest.cc') UnitTest('circlebuf', 'circlebuf.cc') -GTest('cprintftest', 'cprintftest.cc') UnitTest('cprintftime', 'cprintftime.cc') UnitTest('pixeltest', 'pixeltest.cc') UnitTest('initest', 'initest.cc') -- cgit v1.2.3