Changes between Version 6 and Version 7 of EFLWebKitTests
- Timestamp:
- Jul 18, 2012, 9:12:00 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKitTests
v6 v7 5 5 EFL WebKit 1 and 2 uses [http://code.google.com/p/googletest/ gtest] as unit test framework. We strongly recommend reading the [http://code.google.com/p/googletest/wiki/Primer introduction] to gtest before starting. This should be enough to cover most of our testing use cases. 6 6 7 = Writing new unit tests for EFL WebKit 2 APIs =7 = EFL WebKit 2 APIs tests = 8 8 9 9 == Adding a new test file == … … 55 55 == Running the tests == 56 56 57 * 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 * Every test added to the EWK2UnitTests_BINARIES list will generate an 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). 58 58 * 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. 59 59