aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-11-06 14:56:24 -0800
committerGravatar GitHub <noreply@github.com>2018-11-06 14:56:24 -0800
commit193b4b57ec8ec1509a91069f8cdd1ba1917b2d71 (patch)
tree6e346ecbad7f8b579c585b3619123ce17f5f9380 /build.yaml
parent385fde64fc2e3b0241229e4a018ea0989a2a00bc (diff)
parentded9434e4c23e6be69feeda9ca05b31bceb5e5f9 (diff)
Merge pull request #17072 from yashykt/interceptor_cancellation
Interceptors should see a Cancellation notification
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 3fa36791cf..3ee13a7dec 100644
--- a/build.yaml
+++ b/build.yaml
@@ -4540,6 +4540,7 @@ targets:
- test/cpp/end2end/interceptors_util.h
src:
- test/cpp/end2end/client_interceptors_end2end_test.cc
+ - test/cpp/end2end/interceptors_util.cc
deps:
- grpc++_test_util
- grpc_test_util
@@ -4666,8 +4667,11 @@ targets:
cpu_cost: 0.5
build: test
language: c++
+ headers:
+ - test/cpp/end2end/interceptors_util.h
src:
- test/cpp/end2end/end2end_test.cc
+ - test/cpp/end2end/interceptors_util.cc
deps:
- grpc++_test_util
- grpc_test_util
@@ -5467,6 +5471,7 @@ targets:
headers:
- test/cpp/end2end/interceptors_util.h
src:
+ - test/cpp/end2end/interceptors_util.cc
- test/cpp/end2end/server_interceptors_end2end_test.cc
deps:
- grpc++_test_util