aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc_test_util
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 /vsprojects/grpc_test_util
parent69563b912413b3b2a6261a5e5f74a18ef0ce09ab (diff)
Add oauth2_auth_token test case in interop test
Diffstat (limited to 'vsprojects/grpc_test_util')
-rw-r--r--vsprojects/grpc_test_util/grpc_test_util.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/grpc_test_util/grpc_test_util.vcxproj b/vsprojects/grpc_test_util/grpc_test_util.vcxproj
index f250d0a632..3f16c2217c 100644
--- a/vsprojects/grpc_test_util/grpc_test_util.vcxproj
+++ b/vsprojects/grpc_test_util/grpc_test_util.vcxproj
@@ -149,6 +149,7 @@
<ClInclude Include="..\..\test\core\end2end\data\ssl_test_data.h" />
<ClInclude Include="..\..\test\core\end2end\cq_verifier.h" />
<ClInclude Include="..\..\test\core\iomgr\endpoint_tests.h" />
+ <ClInclude Include="..\..\test\core\security\oauth2_utils.h" />
<ClInclude Include="..\..\test\core\util\grpc_profiler.h" />
<ClInclude Include="..\..\test\core\util\parse_hexstring.h" />
<ClInclude Include="..\..\test\core\util\port.h" />
@@ -165,6 +166,8 @@
</ClCompile>
<ClCompile Include="..\..\test\core\iomgr\endpoint_tests.c">
</ClCompile>
+ <ClCompile Include="..\..\test\core\security\oauth2_utils.c">
+ </ClCompile>
<ClCompile Include="..\..\test\core\util\grpc_profiler.c">
</ClCompile>
<ClCompile Include="..\..\test\core\util\parse_hexstring.c">