Splitted large groups of tests out of testsimplifytokens.cpp and testtokenize.cpp
This commit is contained in:
parent
0cc5b67bf6
commit
affd0ffdfd
@ -63,7 +63,9 @@
|
|||||||
<ClCompile Include="testpreprocessor.cpp" />
|
<ClCompile Include="testpreprocessor.cpp" />
|
||||||
<ClCompile Include="testrunner.cpp" />
|
<ClCompile Include="testrunner.cpp" />
|
||||||
<ClCompile Include="testsamples.cpp" />
|
<ClCompile Include="testsamples.cpp" />
|
||||||
|
<ClCompile Include="testsimplifytemplate.cpp" />
|
||||||
<ClCompile Include="testsimplifytokens.cpp" />
|
<ClCompile Include="testsimplifytokens.cpp" />
|
||||||
|
<ClCompile Include="testsimplifytypedef.cpp" />
|
||||||
<ClCompile Include="testsizeof.cpp" />
|
<ClCompile Include="testsizeof.cpp" />
|
||||||
<ClCompile Include="teststl.cpp" />
|
<ClCompile Include="teststl.cpp" />
|
||||||
<ClCompile Include="teststring.cpp" />
|
<ClCompile Include="teststring.cpp" />
|
||||||
@ -86,6 +88,7 @@
|
|||||||
<ClCompile Include="testunusedvar.cpp" />
|
<ClCompile Include="testunusedvar.cpp" />
|
||||||
<ClCompile Include="testvaarg.cpp" />
|
<ClCompile Include="testvaarg.cpp" />
|
||||||
<ClCompile Include="testvalueflow.cpp" />
|
<ClCompile Include="testvalueflow.cpp" />
|
||||||
|
<ClCompile Include="testvarid.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\cli\cmdlineparser.h" />
|
<ClInclude Include="..\cli\cmdlineparser.h" />
|
||||||
|
@ -190,6 +190,15 @@
|
|||||||
<ClCompile Include="testtype.cpp">
|
<ClCompile Include="testtype.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="testvarid.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="testsimplifytemplate.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="testsimplifytypedef.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="options.h">
|
<ClInclude Include="options.h">
|
||||||
|
1062
test/testsimplifytemplate.cpp
Normal file
1062
test/testsimplifytemplate.cpp
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2983
test/testsimplifytypedef.cpp
Normal file
2983
test/testsimplifytypedef.cpp
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2383
test/testvarid.cpp
Normal file
2383
test/testvarid.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user