]> xenbits.xensource.com Git - freebsd.git/commitdiff
Add description for WITH_GOOGLETEST
authorkevans <kevans@FreeBSD.org>
Wed, 18 Sep 2019 02:03:39 +0000 (02:03 +0000)
committerkevans <kevans@FreeBSD.org>
Wed, 18 Sep 2019 02:03:39 +0000 (02:03 +0000)
This is the logical negation of WITHOUT_GOOGLETEST, and helpful to have as
we now have different per-arch defaults for this option.

tools/build/options/WITH_GOOGLETEST [new file with mode: 0644]

diff --git a/tools/build/options/WITH_GOOGLETEST b/tools/build/options/WITH_GOOGLETEST
new file mode 100644 (file)
index 0000000..8ed29dd
--- /dev/null
@@ -0,0 +1,5 @@
+.\" $FreeBSD$
+Set to build and install
+.Lb libgmock ,
+.Lb libgtest ,
+and dependent tests.