Changes between Version 10 and Version 11 of JSCOnly/CrossBuildAndRemoteTestJSCLinux


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

--

Legend:

Unmodified
Added
Removed
Modified
  • JSCOnly/CrossBuildAndRemoteTestJSCLinux

    v10 v11  
    77'''Tip''': if you are going to do this often, then creating a helper script to exports the required environment variables documented below is a good idea.
    88
    9 == Instructions for building the image and the toolchain with buildroot ==
     9== Using buildroot to build the toolchain for cross-compilation and the image for the board ==
    1010
    1111
     
    5959
    6060
    61 ==  Instructions for cross-compiling JSC with the buildroot toolchain ==
     61==  Cross-compiling JSC with the buildroot toolchain ==
    6262
    6363Now that we have the cross-toolchain built for the target board, building JSC is a matter of exporting the right environment variables before invoking the build-process [[BR]]
     
    121121  }}}
    122122 
    123 == Instructions for running the tests remotely on the board ==
     123== Running the JSC tests remotely on the board ==
    124124
    125125The 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.