]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r351399: Fix the build with WITHOUT_GOOGLETEST
authorKyle Evans <kevans@FreeBSD.org>
Sun, 15 Sep 2019 14:37:50 +0000 (14:37 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Sun, 15 Sep 2019 14:37:50 +0000 (14:37 +0000)
commit02f234f3b24884b48151036f4e493842e47700b0
treebc3bd74e76d17a37cd89792344ed9f9a98045d2d
parent3ca5cfaae880ab54469719c3c9fb224e75ac5005
MFC r351399: Fix the build with WITHOUT_GOOGLETEST

Attempting to build the fusefs tests WITHOUT_GOOGLETEST will result in an
error if the host system or sysroot doesn't already have googletest headers
in /usr/include/private (e.g. host built/installed WITHOUT_GOOGLETEST, clean
cross-buildworld WITHOUT_GOOGLETEST).
tests/sys/fs/Makefile