Changes between Version 6 and Version 7 of EFLWebKitTests


Ignore:
Timestamp:
Jul 18, 2012 9:12:00 AM (12 years ago)
Author:
tmpsantos@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKitTests

    v6 v7  
    55EFL 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.
    66
    7 = Writing new unit tests for EFL WebKit 2 APIs =
     7= EFL WebKit 2 APIs tests =
    88
    99== Adding a new test file ==
     
    5555== Running the tests ==
    5656
    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).
    5858 * 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.
    5959