aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2017-12-03 14:24:13 -0500
committerCarlos O'Ryan <coryan@google.com>2017-12-08 12:08:25 -0500
commitcf3adad594b68caad7a4093dbcd29c6bd7693eb0 (patch)
treecdf8a95209f5df7af1c1e986608903cb946411e2 /googlemock
parent4d1f930af878dbd929f33088c375175896f4e365 (diff)
downloadgoogletest-cf3adad594b68caad7a4093dbcd29c6bd7693eb0.tar.gz
googletest-cf3adad594b68caad7a4093dbcd29c6bd7693eb0.tar.bz2
googletest-cf3adad594b68caad7a4093dbcd29c6bd7693eb0.zip
Add licenses() directive for googlemock/tests.
Without the directive embedding googletest into third_party breaks any //... target.
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/test/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/googlemock/test/BUILD.bazel b/googlemock/test/BUILD.bazel
index 6e67f187..9f1a64d8 100644
--- a/googlemock/test/BUILD.bazel
+++ b/googlemock/test/BUILD.bazel
@@ -32,6 +32,8 @@
#
# Bazel Build for Google C++ Testing Framework(Google Test)-googlemock
+licenses(["notice"])
+
""" gmock own tests """
cc_test(