Changes between Version 3 and Version 4 of EFLWebKitTests
- Timestamp:
- Jul 13, 2012, 5:52:30 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKitTests
v3 v4 14 14 * Edit [source:trunk/Source/WebKit2/PlatformEfl.cmake Source/WebKit2/PlatformEfl.cmake] and add your test to the EWK2UnitTests_BINARIES list. Note that the test name is the same as the file without the .cpp extension. 15 15 16 = Writing the new test=16 == Writing the new test == 17 17 18 18 * The EFL WebKit provides a gtest environment and a fixture to help you writing your tests. The fixture will create a webview ready to use.