summaryrefslogtreecommitdiffstats
path: root/googlemock/test/BUILD.bazel
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2017-12-03 19:24:13 (GMT)
committerCarlos O'Ryan <coryan@google.com>2017-12-08 17:08:25 (GMT)
commitcf3adad594b68caad7a4093dbcd29c6bd7693eb0 (patch)
treecdf8a95209f5df7af1c1e986608903cb946411e2 /googlemock/test/BUILD.bazel
parent4d1f930af878dbd929f33088c375175896f4e365 (diff)
downloadgoogletest-cf3adad594b68caad7a4093dbcd29c6bd7693eb0.zip
googletest-cf3adad594b68caad7a4093dbcd29c6bd7693eb0.tar.gz
googletest-cf3adad594b68caad7a4093dbcd29c6bd7693eb0.tar.bz2
Add licenses() directive for googlemock/tests.refs/pull/1340/head
Without the directive embedding googletest into third_party breaks any //... target.
Diffstat (limited to 'googlemock/test/BUILD.bazel')
-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 6e67f18..9f1a64d 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(