- added new unit test to msvc builds

This commit is contained in:
SoftCoder 2014-02-01 10:31:58 -08:00
parent c7a2040fdc
commit 2b59eda69b
2 changed files with 4 additions and 1 deletions

View File

@ -102,6 +102,8 @@
<ItemGroup>
<ClCompile Include="..\..\source\tests\shared_lib\graphics\font_test.cpp" />
<ClCompile Include="..\..\source\tests\shared_lib\graphics\math_util_test.cpp" />
<ClCompile Include="..\..\..\source\tests\shared_lib\graphics\model_test.cpp" />
<ClCompile Include="..\..\source\tests\shared_lib\streflop\streflop_test.cpp" />
<ClCompile Include="..\..\source\tests\shared_lib\util\util_test.cpp" />
<ClCompile Include="..\..\source\tests\shared_lib\xml\xml_parser_test.cpp" />
<ClCompile Include="..\..\source\tests\test_runner.cpp" />

View File

@ -195,6 +195,7 @@
<ClCompile Include="..\..\..\source\tests\shared_lib\graphics\font_test.cpp" />
<ClCompile Include="..\..\..\source\tests\shared_lib\graphics\math_util_test.cpp" />
<ClCompile Include="..\..\..\source\tests\shared_lib\graphics\model_test.cpp" />
<ClCompile Include="..\..\source\tests\shared_lib\streflop\streflop_test.cpp" />
<ClCompile Include="..\..\..\source\tests\shared_lib\util\util_test.cpp" />
<ClCompile Include="..\..\..\source\tests\shared_lib\xml\xml_parser_test.cpp" />
<ClCompile Include="..\..\..\source\tests\test_runner.cpp" />
@ -202,4 +203,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>