Changes between Version 11 and Version 12 of JSCOnly/CrossBuildAndRemoteTestJSCLinux
- Timestamp:
- Feb 5, 2018, 4:36:45 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly/CrossBuildAndRemoteTestJSCLinux
v11 v12 120 120 export PATH="${BR2_HOST_DIR}/usr/ccache:${BR2_HOST_DIR}/usr/bin:${PATH}" 121 121 }}} 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. 122 124 123 125 == Running the JSC tests remotely on the board == 124 126 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. 127 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. [[BR]] 128 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. [[BR]] 127 129 To make use of this follow the instructions below: 128 130