mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 07:01:39 +02:00
- added new unit test to msvc builds
This commit is contained in:
@@ -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" />
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user