aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-14 06:45:00 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-06 14:52:50 -0800
commitd7ee291d5f915e2663af4327961d587c45bffc5d (patch)
tree092823bee373a24a6700381095315b353ea5cb9b /build.yaml
parentdc21a4efb281459b4d3d046cc17ea89e5b56f878 (diff)
Fix tests
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/build.yaml b/build.yaml
index cce12284be..ab23c8080f 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1477,16 +1477,6 @@ targets:
- grpc
- gpr_test_util
- gpr
-- name: chttp2_status_conversion_test
- build: test
- language: c
- src:
- - test/core/transport/chttp2/status_conversion_test.c
- deps:
- - grpc_test_util
- - grpc
- - gpr_test_util
- - gpr
- name: chttp2_stream_map_test
build: test
language: c
@@ -2618,6 +2608,16 @@ targets:
corpus_dirs:
- test/core/security/corpus/ssl_server_corpus
maxlen: 2048
+- name: status_conversion_test
+ build: test
+ language: c
+ src:
+ - test/core/transport/status_conversion_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: tcp_client_posix_test
cpu_cost: 0.5
build: test