summaryrefslogtreecommitdiff
path: root/gtest
AgeCommit message (Collapse)AuthorFilesLines
2012-11-07gtest: add gtest-spi.h headerPeter Hutterer2-1/+233
This header is for self-testing, specifically EXPECT_FATAL_FAILURE Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@ubuntu.com>
2012-10-10Fix up build system to use the googletest import buildPeter Hutterer2-0/+53
Drop the CHECK_GTEST macro, we can assume it's there now. We still build the gtest bits as convenience libraries, leave the various flags in there. Add $includedir/xorg to pgkconfig CPPFLAGS, as we install gtest.h in includedir/xorg/gtest/gtest.h to avoid overwriting or conflicts with a system-installed gtest.h Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@ubuntu.com>
2012-10-10Import googletest's fused-src filesPeter Hutterer4-0/+28702
Files taken from gtest-1.6.0.zip/fused-src, pushed into a directory layout like this: /gtest/include/gtest/gtest.h /gtest/src/gtest*.cc Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@ubuntu.com>