summaryrefslogtreecommitdiff
path: root/src/gtest
AgeCommit message (Collapse)AuthorFilesLines
2014-04-14gtest: Update to 1.7.0.Vinson Lee31-1508/+2509
This patch fixes gtest build errors on Mac OS X 10.9. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73106 Signed-off-by: Vinson Lee <vlee@freedesktop.org> Tested-by: Ian Romanick <ian.d.romanick@intel.com> Acked-by: Ian Romanick <ian.d.romanick@intel.com>
2013-11-16gtest: enable subdir-objects to prevent automake warningsEmil Velikov1-0/+2
Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2013-01-13gtest: Build it only for 'make check'.Johannes Obermayr1-1/+1
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-01-10Clean up .gitignore filesMatt Turner1-4/+0
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 Romanick25-1/+21231
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 Anholt2-0/+43
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2012-04-12gtest: Import sources from gtest 1.6.0.Eric Anholt10-0/+8959
The upstream of gtest has decided that the intended usage model is for projects to import the source and use it, which is reflected in their recent removal of the gtest-config tool. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>