aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-06 13:28:22 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-06 13:28:22 -0700
commit3749a6d417f9092f0f39a174149087fd256cc82b (patch)
tree0f955cfc42eb8feab05112e037943065bc6a5edf /build.yaml
parent0181dd0bfb1e503c4d52b0deff71c15e3f9e1b3a (diff)
parent04035de631a6a46c03ebf3e8db2102d5688dc71a (diff)
Merge github.com:grpc/grpc into stats_histo
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index f0335ce17b..19a519e26c 100644
--- a/build.yaml
+++ b/build.yaml
@@ -750,6 +750,7 @@ filegroups:
- test/core/util/trickle_endpoint.c
deps:
- gpr_test_util
+ - gpr
uses:
- grpc_base
- grpc_client_channel
@@ -924,6 +925,14 @@ filegroups:
- third_party/nanopb/pb_common.h
- third_party/nanopb/pb_decode.h
- third_party/nanopb/pb_encode.h
+- name: transport_security_test_lib
+ build: test
+ headers:
+ - test/core/tsi/transport_security_test_lib.h
+ src:
+ - test/core/tsi/transport_security_test_lib.c
+ deps:
+ - grpc
- name: tsi
headers:
- src/core/tsi/fake_transport_security.h
@@ -2045,6 +2054,21 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: fake_transport_security_test
+ build: test
+ language: c
+ src:
+ - test/core/tsi/fake_transport_security_test.c
+ deps:
+ - gpr_test_util
+ - gpr
+ - grpc
+ filegroups:
+ - transport_security_test_lib
+ platforms:
+ - linux
+ - posix
+ - mac
- name: fd_conservation_posix_test
build: test
language: c
@@ -3116,6 +3140,21 @@ targets:
corpus_dirs:
- test/core/security/corpus/ssl_server_corpus
maxlen: 2048
+- name: ssl_transport_security_test
+ build: test
+ language: c
+ src:
+ - test/core/tsi/ssl_transport_security_test.c
+ deps:
+ - gpr_test_util
+ - gpr
+ - grpc
+ filegroups:
+ - transport_security_test_lib
+ platforms:
+ - linux
+ - posix
+ - mac
- name: status_conversion_test
build: test
language: c