aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-17 17:20:14 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-17 17:20:14 -0800
commit5acc826ace3981f0e2290f38ecb94b8f6122f6f0 (patch)
tree1e7b9db9de6facf2061b72fc02f070f5b24fac6d /test/core/bad_ssl
parent35d89551304a1945e67254920356542f94b45707 (diff)
parentfc4b07e10c0482522dbc6a01401ea8f1606a76b4 (diff)
Merge github.com:grpc/grpc into metadata_filter
Diffstat (limited to 'test/core/bad_ssl')
-rw-r--r--test/core/bad_ssl/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/bad_ssl/BUILD b/test/core/bad_ssl/BUILD
index 630733dd4d..288788a52d 100644
--- a/test/core/bad_ssl/BUILD
+++ b/test/core/bad_ssl/BUILD
@@ -27,6 +27,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+licenses(["notice"]) # 3-clause BSD
+
load(":generate_tests.bzl", "grpc_bad_ssl_tests")
grpc_bad_ssl_tests()