scons: Added channel_addr.cc dependency to channel_addr GTest
authorBobby R. Bruce <bbruce@ucdavis.edu>
Wed, 11 Dec 2019 23:47:36 +0000 (15:47 -0800)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 17 Dec 2019 05:02:15 +0000 (05:02 +0000)
commit3ca752c4d9dbaa32d041c42f6524cf1aee95a8f3
tree9da3a9a0a08429caaffc42ae428f7e4e8c126981
parentbc65d49ce3e46485711567bab697f98db271adc5
scons: Added channel_addr.cc dependency to channel_addr GTest

In some circumstances not including channel_addr.cc as a dependency for
the channel_addr.test compilation resulted in a build failure (this was
observed in gem5's Kokoro CI system). This commit fixes this problem.

Change-Id: Ic38a104a1e6bf655fc64158b556e6227d5ac3981
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23603
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/base/SConscript