persistentstorage/dbms/pcdbms/tdbms/group/CoverageHOWTO.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 15 Sep 2010 00:35:00 +0300
branchRCL_3
changeset 47 047f208ea78f
parent 0 08ec8eefde2f
permissions -rw-r--r--
Revision: 201035 Kit: 201035


WINSCW
======
Install the BullsEye Coverage tool.
Run 'cov01 -1' to turn coverage on.
Build.
Run.
Run CoverageBrowser to see coverage figures.
Use 'cov01 -0' to turn off coverage.
Use 'covclear' to zero stats between test runs.

TOOLS2
======
Install the BullsEye Coverage tool.
Set the environment variable 'MINGWPATH' to the BullsEye binaries area.
For example:

N:>set MINGWPATH="c:\Program Files\BullseyeCoverage\bin"

If your build uses static libraries you may need to copy the MinGW version
of 'ar' into that directory.

Run 'cov01 -1' to turn coverage on.
Build.
Run.
Run CoverageBrowser to see coverage figures.
Use 'cov01 -0' to turn off coverage.
Use 'covclear' to zero stats between test runs.