scons: Add in a new type of unit test called GTest.
authorGabe Black <gabeblack@google.com>
Thu, 23 Nov 2017 02:10:06 +0000 (18:10 -0800)
committerGabe Black <gabeblack@google.com>
Tue, 28 Nov 2017 10:59:51 +0000 (10:59 +0000)
commit16d6ed6660337b7293072da8a8f6ff6f4d9dbb4e
treef49f451ace2c984dabad676dabb8de95e738321c
parentb86f9210ec5be61fa5adade73bb8b84d552ba630
scons: Add in a new type of unit test called GTest.

This type of unit test is almost the same as UnitTest, except that
it builds in the googletest library with the appropriate flags, and
it also omits all the gem5 object files by default.

Change-Id: I230db7ede563a73a9da0ebeed44aca389f724465
Reviewed-on: https://gem5-review.googlesource.com/6084
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/SConscript