Converted EscapedString tests to gtest

This commit is contained in:
Benoit Blanchon
2014-09-30 18:03:17 +02:00
parent 065fe57a7c
commit 78048d1d92
3 changed files with 91 additions and 0 deletions

View File

@@ -85,6 +85,7 @@
<ItemGroup>
<ClCompile Include="..\third-party\gtest-1.7.0\src\gtest-all.cc" />
<ClCompile Include="..\third-party\gtest-1.7.0\src\gtest_main.cc" />
<ClCompile Include="EscapedStringTests.cpp" />
<ClCompile Include="JsonObjectSerializationTests.cpp" />
<ClCompile Include="JsonObjectTests.cpp" />
<ClCompile Include="JsonValueTests.cpp" />