From d92e96732966ee48db3f8283367c0a1ffd84c1a7 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 27 Nov 2017 19:04:15 -0800 Subject: tests: Move the bituniontest to be alongside the bitunion header. Change-Id: I7c1a49c41672a1108fcf67c5505b0441f90588ef Reviewed-on: https://gem5-review.googlesource.com/6142 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 cca3336b2..37529e3fe 100644 --- a/src/unittest/SConscript +++ b/src/unittest/SConscript @@ -32,7 +32,6 @@ Import('*') Source('unittest.cc') -GTest('bituniontest', 'bituniontest.cc') UnitTest('bitvectest', 'bitvectest.cc') UnitTest('circlebuf', 'circlebuf.cc') UnitTest('cprintftest', 'cprintftest.cc') -- cgit v1.2.3