Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156990187
D26067.id78477.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D26067.id78477.diff
View Options
Index: lib/googletest/Makefile
===================================================================
--- lib/googletest/Makefile
+++ lib/googletest/Makefile
@@ -7,7 +7,7 @@
SUBDIR+= gmock_main
SUBDIR+= gtest_main
-SUBDIR.${MK_TESTS}+= tests
+SUBDIR.${MK_GOOGLETEST_INTERNAL_TESTS}+= tests
SUBDIR_DEPEND_gtest_main= gtest
SUBDIR_DEPEND_gmock= gtest
Index: share/man/man5/src.conf.5
===================================================================
--- share/man/man5/src.conf.5
+++ share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd September 15, 2020
+.Dd October 13, 2020
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -700,6 +700,10 @@
.Pp
This is a default setting on
amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
+.It Va WITH_GOOGLETEST_INTERNAL_TESTS
+Set to build and install the Googletest test suite in
+.Pa /usr/tests/lib/googletest .
+
.It Va WITHOUT_GPIO
Set to not build
.Xr gpioctl 8
Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -208,6 +208,7 @@
DTRACE_TESTS \
EXPERIMENTAL \
GNU_GREP_COMPAT \
+ GOOGLETEST_INTERNAL_TESTS \
HESIOD \
LIBSOFT \
LOADER_FIREWIRE \
Index: tools/build/options/WITH_GOOGLETEST_INTERNAL_TESTS
===================================================================
--- /dev/null
+++ tools/build/options/WITH_GOOGLETEST_INTERNAL_TESTS
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Set to build and install the Googletest test suite in
+.Pa /usr/tests/lib/googletest .
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 8:22 PM (8 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33267135
Default Alt Text
D26067.id78477.diff (1 KB)
Attached To
Mode
D26067: Don't build googletest internal tests by default
Attached
Detach File
Event Timeline
Log In to Comment