Changes between Version 12 and Version 13 of JSCOnly/CrossBuildAndRemoteTestJSCLinux
- Timestamp:
- Feb 5, 2018, 4:38:40 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly/CrossBuildAndRemoteTestJSCLinux
v12 v13 201 201 202 202 3. Now configure the remote config file 203 The Script Tools/Scripts/run-javascriptcore-tests alsoexpects some config parameters with the IP of the board. You can pass that parameters by creating a file with this contents204 {{{ 205 $ catremote-jsc-tests-config.json203 The script [https://trac.webkit.org/browser/trunk/Tools/Scripts/run-javascriptcore-tests run-javascriptcore-tests] expects some config parameters with the IP of the board. You can pass that parameters by creating a file with this contents 204 {{{ 205 # cat ${HOME}/remote-jsc-tests-config.json 206 206 {"remote": "root@jsc-rpi3-64.board.local:22"} 207 207 }}} 208 208 209 4. Finally, execute run-javascriptcore-testsas follows:209 4. Finally, execute [https://trac.webkit.org/browser/trunk/Tools/Scripts/run-javascriptcore-tests run-javascriptcore-tests] as follows: 210 210 {{{ 211 211 # NOTE: The cross-ldd script needs the environment variables below set to work properly.