diff options
Diffstat (limited to 'build.yaml')
-rw-r--r-- | build.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml index a02b8dd38a..8d0e6bd697 100644 --- a/build.yaml +++ b/build.yaml @@ -969,6 +969,7 @@ filegroups: - name: grpc++_test language: c++ public_headers: + - include/grpc++/test/mock_stream.h - include/grpc++/test/server_context_test_spouse.h deps: - grpc++ @@ -3691,7 +3692,7 @@ targets: - grpc - gpr args: - - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h + - --generated_file_path=gens/src/proto/grpc/testing/ - name: grpc_cli build: test run: false @@ -3952,6 +3953,8 @@ targets: gtest: true build: test language: c++ + headers: + - include/grpc++/test/mock_stream.h src: - test/cpp/end2end/mock_test.cc deps: |