aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2016-02-19 12:36:44 -0800
committerGravatar David G. Quintas <dgq@google.com>2016-02-19 12:36:44 -0800
commit8e92ce40625b221a63574922d9ff7298a4bf486e (patch)
tree05ff123a4ee81e517fb370d71741ce8ae8d6fadb /build.yaml
parentc261802f19d6da6c6cdee1f0ca63596a5b083853 (diff)
parent12a0a2c20b5f377b4495d257ee961a111c3dff6e (diff)
Merge pull request #5318 from yang-g/end2end_cred_provider
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