aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-08-21 08:51:19 -0700
committerGravatar Vijay Pai <vpai@google.com>2018-08-21 08:51:19 -0700
commit72695b886e3064cc846e3fe391d63e4fc21f5623 (patch)
tree56b48ac0b43c8856243398fe1fe23996f4266150 /build.yaml
parent5d302d1a9fd3afb486614ec34cdf643f4c5d53ac (diff)
Add an inproc-based non-polling 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 34bec00933..bf119cd71b 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3016,6 +3016,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