util: Make the googletest library available to the m5 utility.
authorGabe Black <gabeblack@google.com>
Mon, 6 Apr 2020 03:55:32 +0000 (20:55 -0700)
committerGabe Black <gabeblack@google.com>
Sat, 25 Jul 2020 12:01:32 +0000 (12:01 +0000)
commit146dad4f45cbeb0b91caa68cb6548d91b987a97b
tree4752944bf997136bc363c5d9c5ee22fb71e37db4
parent1ad015389c715990dafdde87977972e7cd94ee8f
util: Make the googletest library available to the m5 utility.

The library will be available for the abis so that they can test
their unique call mechanisms, and also the main/native environment for
testing shared components.

Build instructions for things that should be built natively, ie unit
tests for common components, should go in the new SConscript.native.

Change-Id: I4a84b2cf2165c92dfb1b6d903b18b45e4cba1352
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27559
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/m5/SConstruct
util/m5/src/SConscript.native [new file with mode: 0644]