Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 01:13:00 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r344330 - projects/import-googletest-1.8.1/share/mk
Message-ID:  <201902200113.x1K1D0Yb032945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Feb 20 01:12:59 2019
New Revision: 344330
URL: https://svnweb.freebsd.org/changeset/base/344330

Log:
  Document `GTESTS` variable in googletest.test.mk

Modified:
  projects/import-googletest-1.8.1/share/mk/bsd.README

Modified: projects/import-googletest-1.8.1/share/mk/bsd.README
==============================================================================
--- projects/import-googletest-1.8.1/share/mk/bsd.README	Wed Feb 20 01:11:30 2019	(r344329)
+++ projects/import-googletest-1.8.1/share/mk/bsd.README	Wed Feb 20 01:12:59 2019	(r344330)
@@ -649,6 +649,8 @@ ATF_TESTS_CXX	The names of the ATF C++ test programs t
 
 ATF_TESTS_SH	The names of the ATF sh test programs to build.
 
+GTESTS		The names of the GoogleTest test programs to build.
+
 KYUAFILE	If 'auto' (the default), generate a Kyuafile out of the
 		test programs defined in the Makefile.  If 'yes', then a
 		manually-crafted Kyuafile must be supplied with the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902200113.x1K1D0Yb032945>