aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-11-01 14:06:43 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-11-01 14:06:43 -0700
commite2361a4751435f86b27ca7d4c690c38346c9ed63 (patch)
tree58798436aaa218d433b9eca335d6b97d41ceba5e /build.yaml
parentd736b1d3090ed6f4ca570066de2788e8f8164431 (diff)
Add server interceptors in end2end_test
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 99646f2b8b..bd30e54258 100644
--- a/build.yaml
+++ b/build.yaml
@@ -4664,8 +4664,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/interceptor_util.cc
deps:
- grpc++_test_util
- grpc_test_util