Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 07:52:56 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r344347 - projects/import-googletest-1.8.1/lib/googletest/gtest_main/tests
Message-ID:  <201902200752.x1K7quJO041873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Feb 20 07:52:55 2019
New Revision: 344347
URL: https://svnweb.freebsd.org/changeset/base/344347

Log:
  Oh wait... those helper programs were for the py tests
  
  We don't need to install those. Leave that testing for the package's tests

Modified:
  projects/import-googletest-1.8.1/lib/googletest/gtest_main/tests/Makefile

Modified: projects/import-googletest-1.8.1/lib/googletest/gtest_main/tests/Makefile
==============================================================================
--- projects/import-googletest-1.8.1/lib/googletest/gtest_main/tests/Makefile	Wed Feb 20 07:49:09 2019	(r344346)
+++ projects/import-googletest-1.8.1/lib/googletest/gtest_main/tests/Makefile	Wed Feb 20 07:52:55 2019	(r344347)
@@ -23,13 +23,6 @@ GTESTS+=	gtest_unittest
 CXXFLAGS+=	-I${GOOGLETEST_SRCROOT}/include
 CXXFLAGS+=	-I${GOOGLETEST_SRCROOT}
 
-HELPERS+=	gtest_help_test_
-HELPERS+=	gtest_xml_outfile1_test_
-HELPERS+=	gtest_xml_outfile2_test_
-
-BINDIR=		${TESTSDIR}
-PROGS_CXX+=	${HELPERS}
-
 SRCS.gtest-typed-test_test=		\
 	gtest-typed-test_test.cc	\
 	gtest-typed-test2_test.cc



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