- added new unit test to vc++ 2012 project

This commit is contained in:
Mark Vejvoda 2013-11-16 22:14:58 +00:00
parent fc47d9d4a0
commit 810cdca588
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@
<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\util\util_test.cpp" />
<ClCompile Include="..\..\..\source\tests\shared_lib\xml\xml_parser_test.cpp" />
<ClCompile Include="..\..\..\source\tests\test_runner.cpp" />
</ItemGroup>