aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Harvey Tuch <htuch@google.com>2016-10-24 09:39:41 -0400
committerGravatar Harvey Tuch <htuch@google.com>2016-10-24 13:52:19 -0400
commit62b2a9051cb6c077334658a68d46ccc97a63dd97 (patch)
tree504fe2b16590a3609d9669392587b2d12e099701 /build.yaml
parenta92a13c4066f99e68f4911503232e716bf87c88a (diff)
Fix handshake_client bind flakes and build issues.
* Add port picking retries to handshake_client. * Track vsprojects for new tests. * Place tests in 'test' build target.
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.yaml b/build.yaml
index 1ac6e51d4d..e4b6b24e1a 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1969,7 +1969,7 @@ targets:
- grpc
- gpr
- name: handshake_client
- build: tool
+ build: test
language: c
src:
- test/core/handshake/client_ssl.c
@@ -1980,7 +1980,7 @@ targets:
- gpr
secure: true
- name: handshake_server
- build: tool
+ build: test
language: c
src:
- test/core/handshake/server_ssl.c