diff options
author | MakMukhi <mmukhi@google.com> | 2017-04-24 16:36:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 16:36:40 -0700 |
commit | c090c619c117912b8c9e88a3c4bc8f778a94d582 (patch) | |
tree | e3063eb1460bccc34076a13719dfe5a1bd622aa1 /vsprojects | |
parent | c83346f3c818b4948b3aaa018bb8c80feaf8efff (diff) | |
parent | 1bcb976a3a8b1da416a2766fb012335d52086c00 (diff) |
Merge pull request #10644 from MakMukhi/master
Added unit testing support.
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/vcxproj/test/mock_test/mock_test.vcxproj | 3 | ||||
-rw-r--r-- | vsprojects/vcxproj/test/mock_test/mock_test.vcxproj.filters | 14 |
2 files changed, 17 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj b/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj index 8c840fd5be..bc1cae5911 100644 --- a/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj +++ b/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj @@ -160,6 +160,9 @@ </ItemDefinitionGroup> <ItemGroup> + <ClInclude Include="$(SolutionDir)\..\include\grpc++\test\mock_stream.h" /> + </ItemGroup> + <ItemGroup> <ClCompile Include="$(SolutionDir)\..\test\cpp\end2end\mock_test.cc"> </ClCompile> </ItemGroup> diff --git a/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj.filters b/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj.filters index 1b3b773b08..6db61c9037 100644 --- a/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj.filters +++ b/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj.filters @@ -5,8 +5,22 @@ <Filter>test\cpp\end2end</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <ClInclude Include="$(SolutionDir)\..\include\grpc++\test\mock_stream.h"> + <Filter>include\grpc++\test</Filter> + </ClInclude> + </ItemGroup> <ItemGroup> + <Filter Include="include"> + <UniqueIdentifier>{b827d6d2-cfa5-2dd4-6ebc-afcccd5e8e0c}</UniqueIdentifier> + </Filter> + <Filter Include="include\grpc++"> + <UniqueIdentifier>{28289e8f-b68e-b9f5-7680-c15d77b574a5}</UniqueIdentifier> + </Filter> + <Filter Include="include\grpc++\test"> + <UniqueIdentifier>{4a7b43be-c730-6221-d190-e394521f9ae7}</UniqueIdentifier> + </Filter> <Filter Include="test"> <UniqueIdentifier>{69c257a2-3e4c-a86e-ce0d-1a97b237d294}</UniqueIdentifier> </Filter> |