Bugfix (#3844): Added 3 missing files to testrunner

This commit is contained in:
PKEuS 2012-06-11 03:55:33 -07:00
parent 367c02f066
commit ef65202a79
2 changed files with 12 additions and 0 deletions

View File

@ -41,6 +41,7 @@
<ClCompile Include="test64bit.cpp" />
<ClCompile Include="testassignif.cpp" />
<ClCompile Include="testautovariables.cpp" />
<ClCompile Include="testboost.cpp" />
<ClCompile Include="testbufferoverrun.cpp" />
<ClCompile Include="testcharvar.cpp" />
<ClCompile Include="testclass.cpp" />
@ -52,7 +53,9 @@
<ClCompile Include="testexceptionsafety.cpp" />
<ClCompile Include="testfilelister.cpp" />
<ClCompile Include="testincompletestatement.cpp" />
<ClCompile Include="testinternal.cpp" />
<ClCompile Include="testio.cpp" />
<ClCompile Include="testleakautovar.cpp" />
<ClCompile Include="testmathlib.cpp" />
<ClCompile Include="testmemleak.cpp" />
<ClCompile Include="testnonreentrantfunctions.cpp" />

View File

@ -163,6 +163,15 @@
<ClCompile Include="testio.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testboost.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testinternal.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testleakautovar.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="options.h">