aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'build.json')
-rw-r--r--build.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/build.json b/build.json
index 85cd13437d..2fce8cdaf7 100644
--- a/build.json
+++ b/build.json
@@ -1268,6 +1268,20 @@
]
},
{
+ "name": "grpc_auth_context_test",
+ "build": "test",
+ "language": "c",
+ "src": [
+ "test/core/security/auth_context_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "grpc_base64_test",
"build": "test",
"language": "c",