aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-11-16 15:27:13 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2018-11-16 18:11:42 -0800
commitbab043e8650799b91a4e40853e56439c2ddb15a7 (patch)
tree0b312ab9355dcc206e136a929fd6b58035b8d1d4 /build.yaml
parentfc332d2c9247832af90792a59ff6d391e84bc8ae (diff)
Cleanup
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/build.yaml b/build.yaml
index f837ea90b6..cca5ed3cbf 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2300,15 +2300,6 @@ targets:
- grpc
- gpr_test_util
- gpr
-- name: context_list_test
- build: test
- language: c
- src:
- - test/core/transport/chttp2/context_list_test.cc
- deps:
- - grpc_test_util
- - grpc
- uses_polling: false
- name: dns_resolver_connectivity_test
cpu_cost: 0.1
build: test
@@ -4613,6 +4604,15 @@ targets:
- grpc++_codegen_base
- grpc++_codegen_base_src
uses_polling: false
+- name: context_list_test
+ build: test
+ language: c++
+ src:
+ - test/core/transport/chttp2/context_list_test.cc
+ deps:
+ - grpc_test_util
+ - grpc
+ uses_polling: false
- name: credentials_test
gtest: true
build: test