svn commit: r344330 - projects/import-googletest-1.8.1/share/mk

Enji Cooper ngie at FreeBSD.org
Wed Feb 20 01:13:01 UTC 2019


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


More information about the svn-src-projects mailing list