Changes between Version 4 and Version 5 of EFLWebKitTests
- Timestamp:
- Jul 13, 2012, 6:19:20 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKitTests
v4 v5 52 52 * Feel free to extend the test fixture and environment if you find a convenience method/function that might be useful for other tests. 53 53 54 == Running the tests == 55 56 * Every test added to the EWK2UnitTests_BINARIES list will generate a executable that you can use to run individual tests. This executable is placed at the default binary output directory (i.e. same place as the MiniBrowser, WebKitTestRunner, ImageDiff, etc). 57 * You can run all the tests at once by executing the script [source:trunk/Tools/Scripts/run-efl-tests Tools/Scripts/run-efl-tests]. Give --debug as parameter if you are building debug. 58 54 59 == Debugging tests == 55 60