Changes between Version 15 and Version 16 of QtWebKitContrib


Ignore:
Timestamp:
Jan 3, 2008, 3:53:31 AM (17 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitContrib

    v15 v16  
    2121git pull
    2222}}}
     23
     24== Running the tests ==
     25To run the tests the normal WebKit layout test infrastructure is used. In addition you need a fixed set of fonts for testing. You can download them using SVN from the Trolltech Labs Subversion repository:
     26
     27{{{
     28svn co svn://labs.trolltech.com/svn/webkit/testfonts
     29}}}
     30
     31Then you have to set the WEBKIT_TESTFONTS variable to point to the newly checked-out testfonts directory.
     32
     33As the last step you can just run
     34{{{
     35run-webkit-tests
     36}}}
     37from the WebKitTools/Scripts directory.
    2338
    2439== Information on Git for QtWebKit developers ==