Changes between Version 11 and Version 12 of JSCOnly/CrossBuildAndRemoteTestJSCLinux


Ignore:
Timestamp:
Feb 5, 2018 4:36:45 PM (6 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSCOnly/CrossBuildAndRemoteTestJSCLinux

    v11 v12  
    120120export PATH="${BR2_HOST_DIR}/usr/ccache:${BR2_HOST_DIR}/usr/bin:${PATH}"
    121121  }}}
     122
     123'''Tip''': If you tried before a build without ccache and want to enable it now, then its recommended to re-start from a clean-build state to avoid problems with the CMake cache.
    122124 
    123125== Running the JSC tests remotely on the board ==
    124126
    125 The script [https://trac.webkit.org/browser/trunk/Tools/Scripts/run-javascriptcore-tests run-javascriptcore-tests] allows to run the jsc tests remotely on the board.
    126 This script will generate a tarball bundled with the built jsc and all the libraries linking to it, plus all what is needed for run the tests.
     127The script [https://trac.webkit.org/browser/trunk/Tools/Scripts/run-javascriptcore-tests run-javascriptcore-tests] allows to run the jsc tests remotely on the board. [[BR]]
     128This script will generate a tarball bundled with the built jsc and all the libraries linking to it, plus all what is needed for run the tests. [[BR]]
    127129To make use of this follow the instructions below:
    128130