Skip to content

Commit affd0ff

Browse files
committed
Splitted large groups of tests out of testsimplifytokens.cpp and testtokenize.cpp
1 parent 0cc5b67 commit affd0ff

7 files changed

Lines changed: 7156 additions & 6967 deletions

test/testrunner.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@
6363
<ClCompile Include="testpreprocessor.cpp" />
6464
<ClCompile Include="testrunner.cpp" />
6565
<ClCompile Include="testsamples.cpp" />
66+
<ClCompile Include="testsimplifytemplate.cpp" />
6667
<ClCompile Include="testsimplifytokens.cpp" />
68+
<ClCompile Include="testsimplifytypedef.cpp" />
6769
<ClCompile Include="testsizeof.cpp" />
6870
<ClCompile Include="teststl.cpp" />
6971
<ClCompile Include="teststring.cpp" />
@@ -86,6 +88,7 @@
8688
<ClCompile Include="testunusedvar.cpp" />
8789
<ClCompile Include="testvaarg.cpp" />
8890
<ClCompile Include="testvalueflow.cpp" />
91+
<ClCompile Include="testvarid.cpp" />
8992
</ItemGroup>
9093
<ItemGroup>
9194
<ClInclude Include="..\cli\cmdlineparser.h" />

test/testrunner.vcxproj.filters

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,15 @@
190190
<ClCompile Include="testtype.cpp">
191191
<Filter>Source Files</Filter>
192192
</ClCompile>
193+
<ClCompile Include="testvarid.cpp">
194+
<Filter>Source Files</Filter>
195+
</ClCompile>
196+
<ClCompile Include="testsimplifytemplate.cpp">
197+
<Filter>Source Files</Filter>
198+
</ClCompile>
199+
<ClCompile Include="testsimplifytypedef.cpp">
200+
<Filter>Source Files</Filter>
201+
</ClCompile>
193202
</ItemGroup>
194203
<ItemGroup>
195204
<ClInclude Include="options.h">

0 commit comments

Comments
 (0)