Skip to content

Commit

Permalink
adding new test files to the project system
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Feb 29, 2012
1 parent 008d2ff commit d88337c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/iisnode/iisnode.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ copy /y $(ProjectDir)\..\config\* $(ProjectDir)\..\..\build\$(Configuration)\$(P
<None Include="..\..\test\functional\tests\118_xff.js" />
<None Include="..\..\test\functional\tests\119_servervars.js" />
<None Include="..\..\test\functional\tests\120_dev_errors_exception.js" />
<None Include="..\..\test\functional\tests\121_watchedFiles.js" />
<None Include="..\..\test\functional\tests\200_samples.bat" />
<None Include="..\..\test\functional\tests\node_modules\iisnodeassert.js" />
<None Include="..\..\test\functional\tests\parts\106_autoupdate_first.js" />
Expand Down Expand Up @@ -307,6 +308,8 @@ copy /y $(ProjectDir)\..\config\* $(ProjectDir)\..\..\build\$(Configuration)\$(P
<None Include="..\..\test\functional\www\119_servervars\web.config" />
<None Include="..\..\test\functional\www\120_dev_errors_exception\hello.js" />
<None Include="..\..\test\functional\www\120_dev_errors_exception\web.config" />
<None Include="..\..\test\functional\www\121_watchedFiles\hello.js" />
<None Include="..\..\test\functional\www\121_watchedFiles\web.config" />
<None Include="..\..\test\performance\client.bat" />
<None Include="..\..\test\performance\localRun.bat" />
<None Include="..\..\test\performance\readme.txt" />
Expand Down
12 changes: 12 additions & 0 deletions src/iisnode/iisnode.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
<Filter Include="Tests\functional\www\120_dev_errors_exception">
<UniqueIdentifier>{39ff35f2-9b08-4689-8185-a10773c03ab0}</UniqueIdentifier>
</Filter>
<Filter Include="Tests\functional\www\121_watchedFiles">
<UniqueIdentifier>{53a23746-6411-4600-8315-bc8a1b2120da}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="main.cpp">
Expand Down Expand Up @@ -564,6 +567,15 @@
<None Include="..\..\test\functional\www\120_dev_errors_exception\web.config">
<Filter>Tests\functional\www\120_dev_errors_exception</Filter>
</None>
<None Include="..\..\test\functional\tests\121_watchedFiles.js">
<Filter>Tests\functional\tests</Filter>
</None>
<None Include="..\..\test\functional\www\121_watchedFiles\hello.js">
<Filter>Tests\functional\www\121_watchedFiles</Filter>
</None>
<None Include="..\..\test\functional\www\121_watchedFiles\web.config">
<Filter>Tests\functional\www\121_watchedFiles</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="iisnode.rc" />
Expand Down

0 comments on commit d88337c

Please sign in to comment.