Changes between Version 15 and Version 16 of QtWebKitContrib
- Timestamp:
- Jan 3, 2008, 3:53:31 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitContrib
v15 v16 21 21 git pull 22 22 }}} 23 24 == Running the tests == 25 To 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 {{{ 28 svn co svn://labs.trolltech.com/svn/webkit/testfonts 29 }}} 30 31 Then you have to set the WEBKIT_TESTFONTS variable to point to the newly checked-out testfonts directory. 32 33 As the last step you can just run 34 {{{ 35 run-webkit-tests 36 }}} 37 from the WebKitTools/Scripts directory. 23 38 24 39 == Information on Git for QtWebKit developers ==