aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-08-24 11:07:47 -0700
committerGravatar GitHub <noreply@github.com>2018-08-24 11:07:47 -0700
commit53b92dc094a0ee40767a005f8ae63fcd0a3e65c9 (patch)
treeb3f1c739a3d9919dcfc69a6fe86ea55c53674568 /build.yaml
parentb1f0d685d23ad6c249861ec94a6ad270809e2e15 (diff)
parent679cbb83a4178e3073d08e293a020fb39244bfe0 (diff)
Merge pull request #16414 from vjpai/core_callback_test
Add an inproc-based non-polling end2end test of core callback API
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index aef1954a0a..ce21068c31 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3022,6 +3022,19 @@ targets:
- gpr_test_util
- gpr
uses_polling: false
+- name: inproc_callback_test
+ build: test
+ language: c
+ headers:
+ - test/core/end2end/end2end_tests.h
+ src:
+ - test/core/end2end/inproc_callback_test.cc
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ uses_polling: false
- name: invalid_call_argument_test
cpu_cost: 0.1
build: test