diff options
author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2017-12-03 14:24:13 -0500 |
---|---|---|
committer | Carlos O'Ryan <coryan@google.com> | 2017-12-08 12:08:25 -0500 |
commit | cf3adad594b68caad7a4093dbcd29c6bd7693eb0 (patch) | |
tree | cdf8a95209f5df7af1c1e986608903cb946411e2 /googlemock/test/BUILD.bazel | |
parent | 4d1f930af878dbd929f33088c375175896f4e365 (diff) | |
download | googletest-cf3adad594b68caad7a4093dbcd29c6bd7693eb0.tar.gz googletest-cf3adad594b68caad7a4093dbcd29c6bd7693eb0.zip |
Add licenses() directive for googlemock/tests.
Without the directive embedding googletest into third_party breaks
any //... target.
Diffstat (limited to 'googlemock/test/BUILD.bazel')
-rw-r--r-- | googlemock/test/BUILD.bazel | 2 |
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( |