Update VS 2008/2010 project files for tests.

This commit is contained in:
Kimmo Varis 2011-02-03 17:53:50 +02:00
parent 2d6d8580d7
commit 85187dca07
3 changed files with 6 additions and 0 deletions

View File

@ -229,6 +229,8 @@
RelativePath="teststl.cpp" /> RelativePath="teststl.cpp" />
<File <File
RelativePath="testsuite.cpp" /> RelativePath="testsuite.cpp" />
<File
RelativePath="testsymboldatabase.cpp" />
<File <File
RelativePath="testthreadexecutor.cpp" /> RelativePath="testthreadexecutor.cpp" />
<File <File

View File

@ -170,6 +170,7 @@
<ClCompile Include="testsimplifytokens.cpp" /> <ClCompile Include="testsimplifytokens.cpp" />
<ClCompile Include="teststl.cpp" /> <ClCompile Include="teststl.cpp" />
<ClCompile Include="testsuite.cpp" /> <ClCompile Include="testsuite.cpp" />
<ClCompile Include="testsymboldatabase.cpp" />
<ClCompile Include="testthreadexecutor.cpp" /> <ClCompile Include="testthreadexecutor.cpp" />
<ClCompile Include="testtoken.cpp" /> <ClCompile Include="testtoken.cpp" />
<ClCompile Include="testtokenize.cpp" /> <ClCompile Include="testtokenize.cpp" />

View File

@ -170,6 +170,9 @@
<ClCompile Include="testsuite.cpp"> <ClCompile Include="testsuite.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="testsymboldatabase.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testthreadexecutor.cpp"> <ClCompile Include="testthreadexecutor.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>