freebsd-src/lib/googletest
Enji Cooper c1bcc48b3c Use gmock/gtest headers when PRIVATELIB is defined
The move to /usr/include/private prefixed paths seems to require a bit more
effort in order to compile programs.

Install the headers to /usr/include/private/g{mock,test}/... and automatically
include /usr/include/private in GTESTS_CXXFLAGS to make compilation seamless. I
will work on the more global problem later with @bdrewery.
2019-02-21 04:47:44 +00:00
..
gmock Use gmock/gtest headers when PRIVATELIB is defined 2019-02-21 04:47:44 +00:00
gmock_main Fix test compilation for gmock_main tests, similar to r344345 2019-02-20 09:33:55 +00:00
gtest Use gmock/gtest headers when PRIVATELIB is defined 2019-02-21 04:47:44 +00:00
gtest_main Oh wait... those helper programs were for the py tests 2019-02-20 07:52:55 +00:00
tests Add glue Makefile for tests under lib/googletest/... 2019-02-20 03:07:11 +00:00
Makefile Add glue Makefile for tests under lib/googletest/... 2019-02-20 03:07:11 +00:00
Makefile.inc Correct gmock/gtest expectations w.r.t. C++11/RTTI 2019-02-20 20:09:59 +00:00