test: Remove refcnttest from the unittest SConscript.
authorGabe Black <gabeblack@google.com>
Tue, 1 Sep 2020 03:51:06 +0000 (20:51 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 1 Sep 2020 21:53:28 +0000 (21:53 +0000)
The test itself was removed, but it was left in the SConscript. If you
tell scons to build everything in that directory, it will try to build
that test and fail.

Change-Id: I1e3923b0de12e891f53dab6f4e6e3e2b6975dc45
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33896
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/unittest/SConscript

index 3922e9ed9147505a135aa725510ed06df72b322b..19b25423230a81daec4e6abccf8b366bc2a67f53 100644 (file)
@@ -32,7 +32,6 @@ Source('unittest.cc')
 
 UnitTest('cprintftime', 'cprintftime.cc')
 UnitTest('nmtest', 'nmtest.cc')
-UnitTest('refcnttest', 'refcnttest.cc')
 
 stattest_py = PySource('m5', 'stattestmain.py', tags='stattest')
 UnitTest('stattest', 'stattest.cc', with_tag('stattest'), main=True)