aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
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 /Makefile
parent69563b912413b3b2a6261a5e5f74a18ef0ce09ab (diff)
Add oauth2_auth_token test case in interop test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 08171320d4..6bb5c61c65 100644
--- a/Makefile
+++ b/Makefile
@@ -3419,6 +3419,7 @@ LIBGRPC_TEST_UTIL_SRC = \
test/core/end2end/data/test_root_cert.c \
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 \
@@ -3463,6 +3464,7 @@ endif
LIBGRPC_TEST_UTIL_UNSECURE_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 \