diff options
author | Mahak Mukhi <mmukhi@google.com> | 2017-04-14 17:37:46 -0700 |
---|---|---|
committer | Mahak Mukhi <mmukhi@google.com> | 2017-04-15 19:09:45 -0700 |
commit | a68829023c4d20767938a9e2156bab1fe83b082a (patch) | |
tree | cd5688e47ea99d9f4d044ac908d093ea74090c1f /vsprojects/vcxproj | |
parent | c5eee16814254cc94883ac5e43a3604f8172c020 (diff) |
more sanity
trying to fix some sanity
nope that didn't work
fixing test failiures
added debug code
more trail and error
more trial and error
cleaning debug code
Diffstat (limited to 'vsprojects/vcxproj')
-rw-r--r-- | vsprojects/vcxproj/test/golden_file_test/golden_file_test.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/golden_file_test/golden_file_test.vcxproj b/vsprojects/vcxproj/test/golden_file_test/golden_file_test.vcxproj index e9802773d8..7deebd1728 100644 --- a/vsprojects/vcxproj/test/golden_file_test/golden_file_test.vcxproj +++ b/vsprojects/vcxproj/test/golden_file_test/golden_file_test.vcxproj @@ -168,6 +168,8 @@ </ClCompile> <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\compiler_test.grpc.pb.h"> </ClInclude> + <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\compiler_test_mock.grpc.pb.h"> + </ClInclude> <ClCompile Include="$(SolutionDir)\..\test\cpp\codegen\golden_file_test.cc"> </ClCompile> </ItemGroup> |