Page MenuHomeFreeBSD

D26067.id75822.diff
No OneTemporary

D26067.id75822.diff

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

Mime Type
text/plain
Expires
Mon, May 18, 3:07 AM (3 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33230969
Default Alt Text
D26067.id75822.diff (1 KB)

Event Timeline