Changeset 42016 in webkit


Ignore:
Timestamp:
Mar 26, 2009 2:28:09 PM (15 years ago)
Author:
Adam Roben
Message:

Copy testapi.js to $WebKitOutputDir on Windows

Part of Bug 24856: run-javascriptcore-tests should run testapi on
Windows
<https://bugs.webkit.org/show_bug.cgi?id=24856>

This matches what Mac does, which will help once we enable running
testapi from run-javascriptcore-tests on Windows.

Reviewed by Steve Falkenburg.

  • JavaScriptCore.vcproj/testapi/testapi.vcproj: Copy testapi.js next to testapi.exe.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r41999 r42016  
     12009-03-26  Adam Roben  <aroben@apple.com>
     2
     3        Copy testapi.js to $WebKitOutputDir on Windows
     4
     5        Part of Bug 24856: run-javascriptcore-tests should run testapi on
     6        Windows
     7        <https://bugs.webkit.org/show_bug.cgi?id=24856>
     8
     9        This matches what Mac does, which will help once we enable running
     10        testapi from run-javascriptcore-tests on Windows.
     11
     12        Reviewed by Steve Falkenburg.
     13
     14        * JavaScriptCore.vcproj/testapi/testapi.vcproj: Copy testapi.js next
     15        to testapi.exe.
     16
    1172009-03-25  Oliver Hunt  <oliver@apple.com>
    218
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/testapi/testapi.vcproj

    r35345 r42016  
    9090                        <Tool
    9191                                Name="VCPostBuildEventTool"
    92                                 CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
     92                                CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\API\tests\testapi.js&quot; &quot;$(OutDir)&quot;"
    9393                        />
    9494                </Configuration>
     
    167167                        <Tool
    168168                                Name="VCPostBuildEventTool"
    169                                 CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
     169                                CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\API\tests\testapi.js&quot; &quot;$(OutDir)&quot;"
    170170                        />
    171171                </Configuration>
     
    243243                        <Tool
    244244                                Name="VCPostBuildEventTool"
    245                                 CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
     245                                CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\API\tests\testapi.js&quot; &quot;$(OutDir)&quot;"
    246246                        />
    247247                </Configuration>
Note: See TracChangeset for help on using the changeset viewer.