persistentstorage/dbms/pcdbms/tdbms/group/CoverageHOWTO.txt
author hgs
Tue, 19 Oct 2010 16:26:13 +0100
changeset 55 44f437012c90
parent 0 08ec8eefde2f
permissions -rw-r--r--
201041_01


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.