aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-13 11:11:50 -0700
committerGravatar yang-g <yangg@google.com>2015-07-13 11:11:50 -0700
commitbe5f05921955213ed8cec41fa9518f244e9acbfb (patch)
treec97da7cbf306db421524e1405c1ff267abf0a96f /build.json
parent69563b912413b3b2a6261a5e5f74a18ef0ce09ab (diff)
Add oauth2_auth_token test case in interop test
Diffstat (limited to 'build.json')
-rw-r--r--build.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.json b/build.json
index 7d2242b116..4caa094b4f 100644
--- a/build.json
+++ b/build.json
@@ -320,6 +320,7 @@
"headers": [
"test/core/end2end/cq_verifier.h",
"test/core/iomgr/endpoint_tests.h",
+ "test/core/security/oauth2_utils.h",
"test/core/util/grpc_profiler.h",
"test/core/util/parse_hexstring.h",
"test/core/util/port.h",
@@ -328,6 +329,7 @@
"src": [
"test/core/end2end/cq_verifier.c",
"test/core/iomgr/endpoint_tests.c",
+ "test/core/security/oauth2_utils.c",
"test/core/util/grpc_profiler.c",
"test/core/util/parse_hexstring.c",
"test/core/util/port_posix.c",