aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-02-18 15:41:56 -0800
committerGravatar yang-g <yangg@google.com>2016-02-18 15:41:56 -0800
commit7d2a3e1917ebfd4e1262020b021b3bf09d238c86 (patch)
tree0d46505693ba974291f60c352a1c52f123132a5e /build.yaml
parent1fd052f43c6d12fa451309264dc7fec2e4faccd7 (diff)
Refactor end2end_test. Make the credentials a separate library.
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index b639b5d21e..5b1878eb9f 100644
--- a/build.yaml
+++ b/build.yaml
@@ -716,6 +716,7 @@ libs:
- test/cpp/util/create_test_channel.h
- test/cpp/util/string_ref_helper.h
- test/cpp/util/subprocess.h
+ - test/cpp/util/test_credentials_provider.h
src:
- src/proto/grpc/testing/echo_messages.proto
- src/proto/grpc/testing/echo.proto
@@ -726,6 +727,7 @@ libs:
- test/cpp/util/create_test_channel.cc
- test/cpp/util/string_ref_helper.cc
- test/cpp/util/subprocess.cc
+ - test/cpp/util/test_credentials_provider.cc
deps:
- grpc++
- grpc_test_util