aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar yangg <yangg@google.com>2015-01-09 14:19:44 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-01-12 11:22:01 -0800
commit4105e2b86c91ecc3687def3abcbb602bee894b0a (patch)
treedbeed01da6a51b69f0a7651cac16541b99c293c5 /build.json
parent5d61ac074c26a1631cfdbd34d590c730139a9de6 (diff)
Add ServiceAccount Credentials wrapping and handle credentials creation
failure. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83634736
Diffstat (limited to 'build.json')
-rw-r--r--build.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/build.json b/build.json
index 25415720a5..df59c0460a 100644
--- a/build.json
+++ b/build.json
@@ -1370,6 +1370,18 @@
]
},
{
+ "name": "credentials_test",
+ "build": "test",
+ "c++": true,
+ "src": [
+ "test/cpp/client/credentials_test.cc"
+ ],
+ "deps": [
+ "grpc++",
+ "grpc"
+ ]
+ },
+ {
"name": "alarm_test",
"build": "test",
"src": [