Bugfix (#3844): Added 3 missing files to testrunner
This commit is contained in:
parent
367c02f066
commit
ef65202a79
|
@ -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" />
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue