aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-06 15:05:48 -0700
committerGravatar yang-g <yangg@google.com>2015-07-06 15:05:48 -0700
commit8068f869747529fe800586bd2a7cb34b0573dcae (patch)
treec7ee3f65e93818f77e72c7f03e8bddee77e50340 /build.json
parent5ea46ab2482c3724fbc7fd0aab55f324fb65999c (diff)
Add a unit test
Diffstat (limited to 'build.json')
-rw-r--r--build.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/build.json b/build.json
index a0ef745244..84834efb7f 100644
--- a/build.json
+++ b/build.json
@@ -2291,6 +2291,19 @@
]
},
{
+ "name": "secure_auth_context_test",
+ "build": "test",
+ "language": "c++",
+ "src": [
+ "test/cpp/common/secure_auth_context_test.cc"
+ ],
+ "deps": [
+ "grpc++",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
"name": "server_crash_test",
"build": "test",
"language": "c++",