aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-07 11:26:05 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-11-07 11:26:05 -0800
commit0e44a258cb532274aa67b09f0fbdffd75d6a6441 (patch)
tree51bdf4424c7d8e5916b7ec78c775220246fda19f /build.yaml
parentc6a752d901ce2d7601e454a958cf38bf427bc91b (diff)
Fix C++ filter API and add test for it.
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index d7440fec67..9078feed84 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2798,6 +2798,16 @@ targets:
- grpc++
- grpc
- gpr
+- name: channel_filter_test
+ gtest: true
+ build: test
+ language: c++
+ src:
+ - test/cpp/common/channel_filter_test.cc
+ deps:
+ - grpc++
+ - grpc
+ - gpr
- name: cli_call_test
gtest: true
build: test