Changeset 243005 in webkit


Ignore:
Timestamp:
Mar 15, 2019 12:14:43 PM (5 years ago)
Author:
dinfuehr@igalia.com
Message:

[CMake] Move test .js files into testapiScripts
https://bugs.webkit.org/show_bug.cgi?id=195565

Reviewed by Yusuke Suzuki.

testapi expect .js file in the testapiScripts-directory.

  • shell/CMakeLists.txt:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r242999 r243005  
     12019-03-15  Dominik Infuehr  <dinfuehr@igalia.com>
     2
     3        [CMake] Move test .js files into testapiScripts
     4        https://bugs.webkit.org/show_bug.cgi?id=195565
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        testapi expect .js file in the testapiScripts-directory.
     9
     10        * shell/CMakeLists.txt:
     11
    1122019-03-15  Mark Lam  <mark.lam@apple.com>
    213
  • trunk/Source/JavaScriptCore/shell/CMakeLists.txt

    r234227 r243005  
    8686    "${JAVASCRIPTCORE_DIR}/API/tests/testapi.js"
    8787    DESTINATION
    88     ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
     88    ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/testapiScripts
    8989)
    9090file(COPY
    9191    "${JAVASCRIPTCORE_DIR}/API/tests/testapi-function-overrides.js"
    9292    DESTINATION
    93     ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
     93    ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/testapiScripts
    9494)
Note: See TracChangeset for help on using the changeset viewer.