Package: gtest / 1.7.0-3

Metadata

Package Version Patches format
gtest 1.7.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
death test test.patch | (download)

test/gtest-death-test_test.cc | 40 20 + 20 - 0 !
1 file changed, 20 insertions(+), 20 deletions(-)

 make death tests conditional
 Two tests should have been included in the conditionally-compiled section. 
makefile example.patch | (download)

make/Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 configure example makefile for installed gtest
 Set variables to point to installed gtest source and 
 includes.