Changes between Version 57 and Version 58 of QtWebKitContrib
- Timestamp:
- Dec 28, 2009, 8:57:26 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitContrib
v57 v58 68 68 69 69 === Running the tests === 70 71 ==== Dependencies ==== 72 73 You will need to install the following packages to run the layout tests: 74 75 * Curl 76 * Ruby 1.8 or greater 77 * Apache 2 78 * libapache2-mod-php5 (i.e. the PHP 5 Apache 2 module) 79 80 ==== Installing dependencies on Ubuntu ==== 81 To install the required dependencies on Ubuntu, do 82 83 {{{ 84 sudo aptitude install curl ruby apache2 libapache2-mod-php5 85 }}} 86 87 ==== Installing the layout test fonts/Using run-webkit-tests ==== 88 70 89 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 Git from Gitorious: 71 90