summaryrefslogtreecommitdiff
path: root/gtest/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2020-11-27gtest: Upgrade to 1.8.1Povilas Kanapickas1-2/+5
2012-10-10Fix up build system to use the googletest import buildPeter Hutterer1-0/+28
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>