Update VS 2008/2010 project files for tests.
This commit is contained in:
parent
2d6d8580d7
commit
85187dca07
|
@ -229,6 +229,8 @@
|
|||
RelativePath="teststl.cpp" />
|
||||
<File
|
||||
RelativePath="testsuite.cpp" />
|
||||
<File
|
||||
RelativePath="testsymboldatabase.cpp" />
|
||||
<File
|
||||
RelativePath="testthreadexecutor.cpp" />
|
||||
<File
|
||||
|
|
|
@ -170,6 +170,7 @@
|
|||
<ClCompile Include="testsimplifytokens.cpp" />
|
||||
<ClCompile Include="teststl.cpp" />
|
||||
<ClCompile Include="testsuite.cpp" />
|
||||
<ClCompile Include="testsymboldatabase.cpp" />
|
||||
<ClCompile Include="testthreadexecutor.cpp" />
|
||||
<ClCompile Include="testtoken.cpp" />
|
||||
<ClCompile Include="testtokenize.cpp" />
|
||||
|
|
|
@ -170,6 +170,9 @@
|
|||
<ClCompile Include="testsuite.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="testsymboldatabase.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="testthreadexecutor.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
|
Loading…
Reference in New Issue