svn commit: r344420 - in projects/import-googletest-1.8.1: lib/googletest/gmock lib/googletest/gtest share/mk

Enji Cooper (yaneurabeya) yaneurabeya at gmail.com
Thu Feb 21 07:54:39 UTC 2019


> On Feb 20, 2019, at 10:23 PM, Rodney W. Grimes <freebsd at pdx.rh.CN85.dnsmgr.net> wrote:
> 
>> Author: ngie
>> Date: Thu Feb 21 04:47:44 2019
>> New Revision: 344420
>> URL: https://svnweb.freebsd.org/changeset/base/344420 <https://svnweb.freebsd.org/changeset/base/344420>
>> 
>> Log:
>>  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.
> 
> Is this also hooked in to a (cd /usr/src/ && make includes) if gtest is enabled?

To clarify, are you asking if the headers are installed via “make includes”?

Yes, they were before and after this commit. The only thing that’s changed is where they are installed (/usr/include/g{mock,test} -> /usr/include/private/g{mock,test}).

Cheers!
-Enji


More information about the svn-src-projects mailing list