aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Yihua Zhang <yihuaz@google.com>2017-08-22 12:32:43 -0700
committerGravatar Yihua Zhang <yihuaz@google.com>2017-08-22 12:32:43 -0700
commit7fab9bf3bb42cc5d6fdd73cd9033700daeaba177 (patch)
tree328c7d046ef6b4ce12231b9a91a1eafac430a58e /build.yaml
parente3d6a9a8d45d3180e28a529339f5661fe2526e0a (diff)
Add TSI test library and SSL and fake TSI tests
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 d70bbe39ca..9b1d9fac3b 100644
--- a/build.yaml
+++ b/build.yaml
@@ -745,6 +745,7 @@ filegroups:
- test/core/util/trickle_endpoint.c
deps:
- gpr_test_util
+ - gpr
uses:
- grpc_base
- grpc_client_channel
@@ -919,6 +920,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
@@ -2029,6 +2038,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
@@ -3100,6 +3124,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