aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-10-23 11:22:09 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-10-23 11:22:09 -0700
commit6e00b3bb88655742cdb6d17d8ea5d7bb0cffc95d (patch)
tree9eef5a905a6eb99f64c062a1655c750c1c56d4f7 /build.yaml
parentd8cfd96fb2ed7b61b6066284ba1647d2aff49a8a (diff)
Use InProc Channel for callback tests
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 4603132b8c..9e0db739bc 100644
--- a/build.yaml
+++ b/build.yaml
@@ -4512,6 +4512,20 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: client_interceptors_end2end_test
+ gtest: true
+ cpu_cost: 0.5
+ build: test
+ language: c++
+ src:
+ - test/cpp/end2end/client_interceptors_end2end_test.cc
+ deps:
+ - grpc++_test_util
+ - grpc_test_util
+ - grpc++
+ - grpc
+ - gpr_test_util
+ - gpr
- name: client_lb_end2end_test
gtest: true
build: test