Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156890508
D26067.id75822.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.id75822.diff
View Options
Index: lib/googletest/Makefile
===================================================================
--- lib/googletest/Makefile
+++ lib/googletest/Makefile
@@ -9,6 +9,6 @@
SUBDIR+= gmock_main
SUBDIR+= gtest_main
-SUBDIR.${MK_TESTS}+= tests
+SUBDIR.${MK_EXTRA_TESTS}+= tests
.include <bsd.subdir.mk>
Index: lib/googletest/gmock/Makefile
===================================================================
--- lib/googletest/gmock/Makefile
+++ lib/googletest/gmock/Makefile
@@ -43,6 +43,6 @@
SRCS+= gmock-all.cc
HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+SUBDIR.${MK_EXTRA_TESTS}+= tests
.include <bsd.lib.mk>
Index: lib/googletest/gmock_main/Makefile
===================================================================
--- lib/googletest/gmock_main/Makefile
+++ lib/googletest/gmock_main/Makefile
@@ -20,6 +20,6 @@
SRCS+= gmock_main.cc
HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+SUBDIR.${MK_EXTRA_TESTS}+= tests
.include <bsd.lib.mk>
Index: lib/googletest/gtest/Makefile
===================================================================
--- lib/googletest/gtest/Makefile
+++ lib/googletest/gtest/Makefile
@@ -48,6 +48,6 @@
LIBADD+= pthread regex
HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+SUBDIR.${MK_EXTRA_TESTS}+= tests
.include <bsd.lib.mk>
Index: lib/googletest/gtest_main/Makefile
===================================================================
--- lib/googletest/gtest_main/Makefile
+++ lib/googletest/gtest_main/Makefile
@@ -18,6 +18,6 @@
SRCS+= gtest_main.cc
HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+SUBDIR.${MK_EXTRA_TESTS}+= tests
.include <bsd.lib.mk>
Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -206,6 +206,7 @@
CLANG_FORMAT \
DTRACE_TESTS \
EXPERIMENTAL \
+ EXTRA_TESTS \
GNU_GREP_COMPAT \
HESIOD \
LIBSOFT \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 3:04 AM (26 m, 30 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33230969
Default Alt Text
D26067.id75822.diff (1 KB)
Attached To
Mode
D26067: Don't build googletest internal tests by default
Attached
Detach File
Event Timeline
Log In to Comment