Add tests for MathParser

This commit is contained in:
Birunthan Mohanathas
2013-06-13 17:01:00 +03:00
parent be3efa7531
commit 516ef1a354
3 changed files with 124 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<OutDir>$(IntDir)</OutDir>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="MathParser_Test.cpp" />
<ClCompile Include="PathUtil_Test.cpp" />
</ItemGroup>
<ItemGroup>