diff options
Diffstat (limited to 'build.yaml')
-rw-r--r-- | build.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml index 8a2fbe1907..375d6e1f6b 100644 --- a/build.yaml +++ b/build.yaml @@ -4359,6 +4359,21 @@ targets: - grpc - gpr_test_util - gpr +- name: server_request_call_test + gtest: true + build: test + language: c++ + src: + - src/proto/grpc/testing/echo_messages.proto + - src/proto/grpc/testing/echo.proto + - test/cpp/server/server_request_call_test.cc + deps: + - grpc++_test_util + - grpc_test_util + - gpr_test_util + - grpc++ + - grpc + - gpr - name: shutdown_test gtest: true build: test |