Add licenses() directive for googlemock/tests.

Without the directive embedding googletest into third_party breaks
any //... target.
pull/1340/head
Carlos O'Ryan 7 years ago committed by Carlos O'Ryan
parent 4d1f930af8
commit cf3adad594
No known key found for this signature in database
GPG Key ID: BC4C1DC8B0DEF583
  1. 2
      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(

Loading…
Cancel
Save