From: kevans Date: Wed, 18 Sep 2019 02:03:39 +0000 (+0000) Subject: Add description for WITH_GOOGLETEST X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a1c40b82c704f80a22b21462b87bc21cf4f5480d;p=freebsd.git Add description for WITH_GOOGLETEST This is the logical negation of WITHOUT_GOOGLETEST, and helpful to have as we now have different per-arch defaults for this option. --- diff --git a/tools/build/options/WITH_GOOGLETEST b/tools/build/options/WITH_GOOGLETEST new file mode 100644 index 00000000000..8ed29dd7a88 --- /dev/null +++ b/tools/build/options/WITH_GOOGLETEST @@ -0,0 +1,5 @@ +.\" $FreeBSD$ +Set to build and install +.Lb libgmock , +.Lb libgtest , +and dependent tests.