svn commit: r352466 - head/tools/build/options

Kyle Evans kevans at FreeBSD.org
Wed Sep 18 02:03:40 UTC 2019


Author: kevans
Date: Wed Sep 18 02:03:39 2019
New Revision: 352466
URL: https://svnweb.freebsd.org/changeset/base/352466

Log:
  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.

Added:
  head/tools/build/options/WITH_GOOGLETEST   (contents, props changed)

Added: head/tools/build/options/WITH_GOOGLETEST
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/build/options/WITH_GOOGLETEST	Wed Sep 18 02:03:39 2019	(r352466)
@@ -0,0 +1,5 @@
+.\" $FreeBSD$
+Set to build and install
+.Lb libgmock ,
+.Lb libgtest ,
+and dependent tests.


More information about the svn-src-head mailing list