Changes between Version 25 and Version 26 of WebKitGtkLayoutTests
- Timestamp:
- Feb 26, 2013, 5:11:03 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v25 v26 33 33 === Unit Tests === 34 34 The GTK+ port includes unit tests. To run the suite: 35 36 35 {{{ 37 36 ./Tools/Scripts/run-gtk-tests [--debug] [--verbose] 37 }}} 38 If you wish to run a single test you can do: 39 {{{ 40 ./Tools/Scripts/run-gtk-tests WebKitBuild/Release/Programs/WebKit2APITests/TestContextMenu 38 41 }}} 39 42