summaryrefslogtreecommitdiff
path: root/src/gtest/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-08-14build: Fix gtest out-of-tree buildMatt Turner1-2/+2
Introduced by 3d000e7dd. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2012-04-16gtest: Don't actually install a library.Eric Anholt1-1/+1
The whole point of importing it was that you're not supposed to install this library. Reviewed-by: Matt Turner <mattst88@gmail.com> Fixes: https://bugs.gentoo.org/show_bug.cgi?id=411825 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2012-04-12gtest: Fix up import of gtest 1.6.0Ian Romanick1-1/+2
The include files were all missing. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Acked-by: Eric Anholt <eric@anholt.net>
2012-04-12gtest: Build as a convenience library.Eric Anholt1-0/+38
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>