Add new test file: testtokenlist.cpp to testrunner
This commit is contained in:
parent
9b14ab15eb
commit
e32257db0a
|
@ -82,6 +82,7 @@
|
||||||
<ClCompile Include="testtimer.cpp" />
|
<ClCompile Include="testtimer.cpp" />
|
||||||
<ClCompile Include="testtoken.cpp" />
|
<ClCompile Include="testtoken.cpp" />
|
||||||
<ClCompile Include="testtokenize.cpp" />
|
<ClCompile Include="testtokenize.cpp" />
|
||||||
|
<ClCompile Include="testtokenlist.cpp" />
|
||||||
<ClCompile Include="testtype.cpp" />
|
<ClCompile Include="testtype.cpp" />
|
||||||
<ClCompile Include="testuninitvar.cpp" />
|
<ClCompile Include="testuninitvar.cpp" />
|
||||||
<ClCompile Include="testunusedfunctions.cpp" />
|
<ClCompile Include="testunusedfunctions.cpp" />
|
||||||
|
|
|
@ -202,6 +202,9 @@
|
||||||
<ClCompile Include="testgarbage.cpp">
|
<ClCompile Include="testgarbage.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="testtokenlist.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="options.h">
|
<ClInclude Include="options.h">
|
||||||
|
|
Loading…
Reference in New Issue