You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/12/16 04:14:47 UTC

[skywalking-data-collect-protocol] branch master updated: add-mock-bazel (#36)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f421ac  add-mock-bazel (#36)
5f421ac is described below

commit 5f421ac32bd5df766da68694787c1795728c7904
Author: Rei Shimizu <Sh...@gmail.com>
AuthorDate: Wed Dec 16 13:14:41 2020 +0900

    add-mock-bazel (#36)
---
 language-agent/BUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/language-agent/BUILD b/language-agent/BUILD
index 2fb5e97..6ea7b94 100644
--- a/language-agent/BUILD
+++ b/language-agent/BUILD
@@ -39,4 +39,5 @@ cc_grpc_library(
   srcs = [":tracing_protocol_proto_lib"],
   deps = [":tracing_protocol_cc_proto"],
   grpc_only = True,
+  generate_mocks = True,
 )